aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-16 19:07:21 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-16 19:07:21 +0000
commit361ee514c636b371a50554ab73a3bfd54a49804d (patch)
treecd8ea09ef363ed5c2f11e29dd47dee17013ff1fc /tests
parentca0f458adaa46e447b809d96895761adb5ae660f (diff)
downloadbusybox-361ee514c636b371a50554ab73a3bfd54a49804d.tar.gz
Revert multibuild.pl change.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/multibuild.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/multibuild.pl b/tests/multibuild.pl
index 46d52ab56..858da360f 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;