diff options
author | des <des@FreeBSD.org> | 2003-06-14 13:30:32 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-06-14 13:30:32 +0000 |
commit | d84e6f299c6d13559693af99d2046ebf0b7496a2 (patch) | |
tree | 6aec25003af89f587a66bd33963e11f2812fcf00 /gnu/lib | |
parent | a5b28dd15a8f54969975142170535bd2524db61d (diff) | |
download | FreeBSD-src-d84e6f299c6d13559693af99d2046ebf0b7496a2.zip FreeBSD-src-d84e6f299c6d13559693af99d2046ebf0b7496a2.tar.gz |
Do not bogusly set CSTD to the empty string.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libobjc/Makefile | 1 | ||||
-rw-r--r-- | gnu/lib/libstdc++/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index d1b1358..d8052cd 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -23,7 +23,6 @@ INCSDIR=${INCLUDEDIR}/objc CFLAGS+= -fpic .endif -CSTD?= CFLAGS+= -fgnu-runtime -DHAVE_GTHR_DEFAULT -DIN_TARGET_LIBS CFLAGS+= -I. -I${.CURDIR}/../../usr.bin/cc/cc_tools CFLAGS+= -I${OBJCDIR}/objc -I${OBJCDIR} diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 5bd023a..057339c 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -18,7 +18,6 @@ NOSHARED= broken LIB= stdc++ SHLIB_MAJOR= 4 -CSTD?= CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR} CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated |