diff options
author | Eric Andersen | 2001-02-16 18:37:00 +0000 |
---|---|---|
committer | Eric Andersen | 2001-02-16 18:37:00 +0000 |
commit | fa4f146d7d3600df63f76b1d4d90620d983901c4 (patch) | |
tree | 3ff33e1d9dccec0c77c4ae6e4c03ac2273660511 | |
parent | 5f2c79d8c7bf88e82c7e50f3a0db8862a023200d (diff) | |
download | busybox-fa4f146d7d3600df63f76b1d4d90620d983901c4.zip busybox-fa4f146d7d3600df63f76b1d4d90620d983901c4.tar.gz |
Patch from Larry Doolittle to cross things in multibuild.pl
-rwxr-xr-x | tests/multibuild.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl index 858da36..46d52ab 100755 --- a/tests/multibuild.pl +++ b/tests/multibuild.pl @@ -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; |