From: Rob Landley Date: Mon, 30 Jan 2006 01:27:08 +0000 (-0000) Subject: Remove foo.txt and reenable -funsigned-char now that ash is fixed. X-Git-Tag: 1_1_0~295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd53c24d412c304e19ba64c7a9cb26dd1068bcd0;p=platform%2Fupstream%2Fbusybox.git Remove foo.txt and reenable -funsigned-char now that ash is fixed. --- diff --git a/Rules.mak b/Rules.mak index 335cb36..d1995de 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,)