projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca0f458
)
Revert multibuild.pl change.
author
Eric Andersen
<andersen@codepoet.org>
Fri, 16 Feb 2001 19:07:21 +0000
(19:07 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 16 Feb 2001 19:07:21 +0000
(19:07 -0000)
tests/multibuild.pl
patch
|
blob
|
history
diff --git
a/tests/multibuild.pl
b/tests/multibuild.pl
index 46d52ab56a8f1193957bcec7948d2b09fab5d8e3..858da360fb6f31fcba2b810f06f7aaf5ea9ddf93 100755
(executable)
--- 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;