changeset 921:d7485ceb119f 0.9.9

Should have removed this when the version got bumped to 0.1.0.
author Rob Landley <rob@landley.net>
date Sun, 06 Dec 2009 06:45:41 -0600
parents a69213462fbe
children 43efbc4c4838
files sources/patches/toybox-test.patch
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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