Patch from Larry Doolittle to cross things in multibuild.pl

This commit is contained in:
Eric Andersen 2001-02-16 18:37:00 +00:00
parent 5f2c79d8c7
commit fa4f146d7d

View File

@ -19,6 +19,7 @@ if ($ARGV[0] eq "-none") { shift(@ARGV); $choice="none"; }
# Support building from pristine source
$make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne "");
make_opt .= " CROSS=arm-linux-";
# Move the config file to a safe place
-e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die;