changeset 1174:5061606337d0

Add "make" to the default static list, for native-compiler tarball portability. (If you haven't got make working, it's hard to build it.)
author Rob Landley <rob@landley.net>
date Sun, 25 Jul 2010 14:29:01 -0500
parents a19b268b3aed
children 886a2ea90bc1
files config sources/include.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config	Sun Jul 25 14:19:12 2010 -0500
+++ b/config	Sun Jul 25 14:29:01 2010 -0500
@@ -35,7 +35,7 @@
 # autoconf under qemu, and building the native compiler static makes it much
 # more portable to other target root filesystems.)
 
-# export BUILD_STATIC=busybox,binutils,gcc-core,gcc-g++
+# export BUILD_STATIC=busybox,binutils,gcc-core,gcc-g++,make
 
 # If this is set, build.sh will build a cross compiler statically linked
 # against uClibc.  This indicates which host that compiler should run on.
--- a/sources/include.sh	Sun Jul 25 14:19:12 2010 -0500
+++ b/sources/include.sh	Sun Jul 25 14:29:01 2010 -0500
@@ -53,7 +53,7 @@
 export_if_blank STAGE_NAME=`echo $0 | sed 's@.*/\(.*\)\.sh@\1@'`
 [ ! -z "$BUILD_VERBOSE" ] && VERBOSITY="V=1"
 
-export_if_blank BUILD_STATIC=busybox,binutils,gcc-core,gcc-g++
+export_if_blank BUILD_STATIC=busybox,binutils,gcc-core,gcc-g++,make
 
 # Adjust $PATH