diff options
author | Eric Andersen | 2001-02-16 19:07:21 +0000 |
---|---|---|
committer | Eric Andersen | 2001-02-16 19:07:21 +0000 |
commit | 361ee514c636b371a50554ab73a3bfd54a49804d (patch) | |
tree | cd8ea09ef363ed5c2f11e29dd47dee17013ff1fc | |
parent | ca0f458adaa46e447b809d96895761adb5ae660f (diff) | |
download | busybox-361ee514c636b371a50554ab73a3bfd54a49804d.zip busybox-361ee514c636b371a50554ab73a3bfd54a49804d.tar.gz |
Revert multibuild.pl change.
-rwxr-xr-x | tests/multibuild.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl index 46d52ab..858da36 100755 --- a/tests/multibuild.pl +++ b/tests/multibuild.pl @@ -19,7 +19,6 @@ 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; |