diff options
-rwxr-xr-x | tests/multibuild.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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"; } | |||
19 | 19 | ||
20 | # Support building from pristine source | 20 | # Support building from pristine source |
21 | $make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne ""); | 21 | $make_opt = "-f $ARGV[0]/Makefile BB_SRC_DIR=$ARGV[0]" if ($ARGV[0] ne ""); |
22 | make_opt .= " CROSS=arm-linux-"; | ||
22 | 23 | ||
23 | # Move the config file to a safe place | 24 | # Move the config file to a safe place |
24 | -e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die; | 25 | -e "Config.h.orig" || 0==system("mv -f Config.h Config.h.orig") || die; |