diff options
author | Rob Landley <rob@landley.net> | 2006-01-30 01:27:08 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-01-30 01:27:08 +0000 |
commit | dd53c24d412c304e19ba64c7a9cb26dd1068bcd0 (patch) | |
tree | 932bd4cab1aa3210325fba04d3326a84a773519e | |
parent | 03628c8f75bafd348cf32ea253279e6bc0596a90 (diff) | |
download | busybox-w32-dd53c24d412c304e19ba64c7a9cb26dd1068bcd0.tar.gz busybox-w32-dd53c24d412c304e19ba64c7a9cb26dd1068bcd0.tar.bz2 busybox-w32-dd53c24d412c304e19ba64c7a9cb26dd1068bcd0.zip |
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
119 | check_ld=$(shell \ | 119 | check_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 | |||
138 | SECHO=-@false | 137 | SECHO=-@false |
139 | endif | 138 | endif |
140 | 139 | ||
141 | #CFLAGS+=$(call check_gcc,-funsigned-char,) | 140 | CFLAGS+=$(call check_gcc,-funsigned-char,) |
142 | 141 | ||
143 | CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,) | 142 | CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,) |
144 | 143 | ||