aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-30 01:27:08 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-30 01:27:08 +0000
commit0757b333c6e950da7ca765ffd47249c5c654f7b8 (patch)
tree932bd4cab1aa3210325fba04d3326a84a773519e
parentddf94f4da539b1604e2dd088bc7fea4e3b0d21db (diff)
downloadbusybox-w32-0757b333c6e950da7ca765ffd47249c5c654f7b8.tar.gz
busybox-w32-0757b333c6e950da7ca765ffd47249c5c654f7b8.tar.bz2
busybox-w32-0757b333c6e950da7ca765ffd47249c5c654f7b8.zip
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
git-svn-id: svn://busybox.net/trunk/busybox@13691 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 \
117 117
118# A not very robust macro to check for available ld flags 118# A not very robust macro to check for available ld flags
119check_ld=$(shell \ 119check_ld=$(shell \
120 echo "checking='$(1)'" >> foo.txt ; \
121 if [ "x$(1)" != "x" ]; then \ 120 if [ "x$(1)" != "x" ]; then \
122 $(LD) --help | grep -q \\$(1) && echo "-Wl,$(1)$(2)" ; \ 121 $(LD) --help | grep -q \\$(1) && echo "-Wl,$(1)$(2)" ; \
123 fi) 122 fi)
@@ -138,7 +137,7 @@ export MAKE_IS_SILENT=y
138SECHO=-@false 137SECHO=-@false
139endif 138endif
140 139
141#CFLAGS+=$(call check_gcc,-funsigned-char,) 140CFLAGS+=$(call check_gcc,-funsigned-char,)
142 141
143CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,) 142CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,)
144 143