X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=ebbacc99143d5c0b150a113386df184a9a034b23;hb=d202a453b45430e04671b966c01bc067c2667442;hp=a2a577baeab1b90d6c4444b2d44aece2075771b2;hpb=5c95eaa11a73212245e7cbe8b4599e2b428c3426;p=sbcl.git diff --git a/make.sh b/make.sh index a2a577b..ebbacc9 100755 --- a/make.sh +++ b/make.sh @@ -50,7 +50,8 @@ # require a second pass, just testing at build-the-cross-compiler time # whether the cross-compilation host returns suitable values from # UPGRADED-ARRAY-ELEMENT-TYPE?) -export SBCL_XC_HOST="${1:-sbcl --noprogrammer}" +SBCL_XC_HOST="${1:-sbcl --noprogrammer}" +export SBCL_XC_HOST echo //SBCL_XC_HOST=\"$SBCL_XC_HOST\" # If you're cross-compiling, you should probably just walk through the