Change CFLAGS to more closely follow options used when GCC is built

from stock FSF sources.
This commit is contained in:
Alexander Kabaev 2003-07-11 05:27:23 +00:00
parent 08cbb1d115
commit 03ffe3192e

View File

@ -12,7 +12,8 @@ SOBJS= crtbegin.So crtend.So
CSTD?= gnu89
CFLAGS+= -DIN_GCC -DHAVE_LD_EH_FRAME_HDR
CFLAGS+= -finhibit-size-directive -fno-inline-functions \
-fno-exceptions -fno-omit-frame-pointer
-fno-exceptions -fno-zero-initialized-in-bss \
-fno-omit-frame-pointer
CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I. \
-I${CCDIR}/cc_tools
CRTS_CFLAGS= -DCRTSTUFFS_O -DSHARED ${PICFLAG}