From 4489b78a050706ea6a8f4d729add35a5ea3c77db Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 16 Feb 2001 18:37:00 +0000 Subject: Patch from Larry Doolittle to cross things in multibuild.pl git-svn-id: svn://busybox.net/trunk/busybox@1835 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- tests/multibuild.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/multibuild.pl b/tests/multibuild.pl index 858da360f..46d52ab56 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; -- cgit v1.2.3-55-g6feb