svn commit: trunk/busybox
landley at busybox.net
landley at busybox.net
Mon Jan 30 01:27:10 UTC 2006
Author: landley
Date: 2006-01-29 17:27:08 -0800 (Sun, 29 Jan 2006)
New Revision: 13691
Log:
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
Modified:
trunk/busybox/Rules.mak
Changeset:
Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak 2006-01-29 21:02:08 UTC (rev 13690)
+++ trunk/busybox/Rules.mak 2006-01-30 01:27:08 UTC (rev 13691)
@@ -117,7 +117,6 @@
# A not very robust macro to check for available ld flags
check_ld=$(shell \
- echo "checking='$(1)'" >> foo.txt ; \
if [ "x$(1)" != "x" ]; then \
$(LD) --help | grep -q \\$(1) && echo "-Wl,$(1)$(2)" ; \
fi)
@@ -138,7 +137,7 @@
SECHO=- at false
endif
-#CFLAGS+=$(call check_gcc,-funsigned-char,)
+CFLAGS+=$(call check_gcc,-funsigned-char,)
CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,)
More information about the busybox-cvs
mailing list