# HG changeset patch # User Rob Landley # Date 1260103541 21600 # Node ID d7485ceb119fdd6975fe5d4845f82daa32427d46 # Parent a69213462fbe77f38fb8618ab802adb293967b42 Should have removed this when the version got bumped to 0.1.0. diff -r a69213462fbe -r d7485ceb119f sources/patches/toybox-test.patch --- a/sources/patches/toybox-test.patch Sat Dec 05 21:09:44 2009 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -diff -r 5753378eddfd configure ---- a/configure Fri Apr 17 05:35:11 2009 -0500 -+++ b/configure Tue May 26 16:34:50 2009 -0500 -@@ -8,6 +8,7 @@ - [ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts" - CFLAGS="$CFLAGS -funsigned-char" - [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -Wl,--gc-sections" --[ -z "$CC" ] && CC="${CROSS_COMPILE}gcc" -+[ -z "$CC" ] && CC="cc" -+CC="${CROSS_COMPILE}${CC}" - [ -z "$STRIP" ] && STRIP="${CROSS_COMPILE}strip" - [ -z "$HOSTCC" ] && HOSTCC=gcc