projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03628c8
)
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
author
Rob Landley
<rob@landley.net>
Mon, 30 Jan 2006 01:27:08 +0000
(
01:27
-0000)
committer
Rob Landley
<rob@landley.net>
Mon, 30 Jan 2006 01:27:08 +0000
(
01:27
-0000)
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 335cb3664fe002072b50a84935cbd919c5ff41fe..d1995de815d90621c83aa261db7d1e06ae631672 100644
(file)
--- 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,)