Remove foo.txt and reenable -funsigned-char now that ash is fixed.
This commit is contained in:
parent
03628c8f75
commit
dd53c24d41
1 changed files with 1 additions and 2 deletions
|
@ -117,7 +117,6 @@ check_gcc=$(shell \
|
||||||
|
|
||||||
# A not very robust macro to check for available ld flags
|
# A not very robust macro to check for available ld flags
|
||||||
check_ld=$(shell \
|
check_ld=$(shell \
|
||||||
echo "checking='$(1)'" >> foo.txt ; \
|
|
||||||
if [ "x$(1)" != "x" ]; then \
|
if [ "x$(1)" != "x" ]; then \
|
||||||
$(LD) --help | grep -q \\$(1) && echo "-Wl,$(1)$(2)" ; \
|
$(LD) --help | grep -q \\$(1) && echo "-Wl,$(1)$(2)" ; \
|
||||||
fi)
|
fi)
|
||||||
|
@ -138,7 +137,7 @@ export MAKE_IS_SILENT=y
|
||||||
SECHO=-@false
|
SECHO=-@false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#CFLAGS+=$(call check_gcc,-funsigned-char,)
|
CFLAGS+=$(call check_gcc,-funsigned-char,)
|
||||||
|
|
||||||
CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,)
|
CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue