aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-01-30 01:27:08 +0000
committerRob Landley <rob@landley.net>2006-01-30 01:27:08 +0000
commitdd53c24d412c304e19ba64c7a9cb26dd1068bcd0 (patch)
tree932bd4cab1aa3210325fba04d3326a84a773519e /Rules.mak
parent03628c8f75bafd348cf32ea253279e6bc0596a90 (diff)
downloadbusybox-dd53c24d412c304e19ba64c7a9cb26dd1068bcd0.tar.gz
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 335cb3664..d1995de81 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -117,7 +117,6 @@ check_gcc=$(shell \
# 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 @@ export MAKE_IS_SILENT=y
SECHO=-@false
endif
-#CFLAGS+=$(call check_gcc,-funsigned-char,)
+CFLAGS+=$(call check_gcc,-funsigned-char,)
CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,)