summaryrefslogtreecommitdiffstats
path: root/gnu/lib/csu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-01 22:18:05 +0000
committerobrien <obrien@FreeBSD.org>2003-06-01 22:18:05 +0000
commit31eeb1fbcf895ab8fd59a5d42a9e7048b7115ab7 (patch)
tree159a13e47fd2ce74efe7c8973f7e9276e461bd72 /gnu/lib/csu
parent45f07c735955838c92492606d877644f4d7577cf (diff)
downloadFreeBSD-src-31eeb1fbcf895ab8fd59a5d42a9e7048b7115ab7.zip
FreeBSD-src-31eeb1fbcf895ab8fd59a5d42a9e7048b7115ab7.tar.gz
crtstuff needs isn't compilable with C99 on Sparc64, so set CSTD to gnu89.
Diffstat (limited to 'gnu/lib/csu')
-rw-r--r--gnu/lib/csu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index b9c9ea8..137bf87 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
OpenPOWER on IntegriCloud