From: Eric Andersen Date: Fri, 16 Feb 2001 19:07:21 +0000 (-0000) Subject: Revert multibuild.pl change. X-Git-Tag: 0_50~211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=361ee514c636b371a50554ab73a3bfd54a49804d;p=oweals%2Fbusybox.git Revert multibuild.pl change. --- 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;