ADDED build/make-freebsdamd64 Index: build/make-freebsdamd64 ================================================================== --- build/make-freebsdamd64 +++ build/make-freebsdamd64 @@ -0,0 +1,6 @@ +#! /bin/sh + +TARGET="x86_64-unknown-linux-gnu" +SHORTTARGET="linux-amd64" + +. build/make-cc-common.sh