diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-01 22:18:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-01 22:18:05 +0000 |
| commit | e56d2b1be698664b4e6f0a2b4b6f0e40578cbfae (patch) | |
| tree | 159a13e47fd2ce74efe7c8973f7e9276e461bd72 /gnu/lib/csu | |
| parent | 28c3f28e32e94f1aad2c555e8bc710acccddedf7 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu')
| -rw-r--r-- | gnu/lib/csu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index b9c9ea89ba8c..137bf87e2c2f 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -9,6 +9,7 @@ CCDIR= ${.CURDIR}/../../usr.bin/cc SRCS= crtstuff.c tconfig.h OBJS= crtbegin.o crtend.o 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 |
