# HG changeset patch # User Rob Landley # Date 1280086141 18000 # Node ID 5061606337d0a6e62e877bd4f218e0f00ecf5794 # Parent a19b268b3aedc210ee87871df6a060a4cada4167 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.) diff -r a19b268b3aed -r 5061606337d0 config --- 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. diff -r a19b268b3aed -r 5061606337d0 sources/include.sh --- 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