aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-02 02:29:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-02 02:29:26 +0000
commit3dca32d865c22670bee4a80e4aefbcb795bfb9d4 (patch)
tree4e8e48c08fc6a842f78c9cf12ef713cd9b703439 /gnu
parent0ff4c492b4d4bdc0590dbde5d133e6ae6984df78 (diff)
downloadsrc-3dca32d865c22670bee4a80e4aefbcb795bfb9d4.tar.gz
src-3dca32d865c22670bee4a80e4aefbcb795bfb9d4.zip
Use ?= before someone brings it up.
Notes
Notes: svn path=/head/; revision=115663
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index 137bf87e2c2f..9115ed1a8665 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -9,7 +9,7 @@ CCDIR= ${.CURDIR}/../../usr.bin/cc
SRCS= crtstuff.c tconfig.h
OBJS= crtbegin.o crtend.o
SOBJS= crtbegin.So crtend.So
-CSTD= gnu89
+CSTD?= gnu89
CFLAGS+= -DIN_GCC -DHAVE_LD_EH_FRAME_HDR
CFLAGS+= -finhibit-size-directive -fno-inline-functions \
-fno-exceptions -fno-omit-frame-pointer