diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-11 05:27:23 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-11 05:27:23 +0000 |
| commit | 03ffe3192e44f133224dea47f8329d17b82c80c9 (patch) | |
| tree | 96b2a31c603098b3de2d114e6703b23f31d355d4 /gnu/lib/csu | |
| parent | 08cbb1d11578f9f47dff0d2ec703fa061b091e6c (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 9115ed1a8665..6d977b453726 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -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} |
