diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2005-08-17 15:46:18 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2005-08-17 15:46:18 +0000 |
| commit | 5c2f3990e74ebd63c848d4713bce3715d4fabf67 (patch) | |
| tree | 45d24b3f2d688e046203a0a88fa6fc9ee1b9ed8e /gnu/lib/libsupc++/Makefile | |
| parent | 4cb6ca7622563938d98e465631d2d649b5c968d0 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libsupc++/Makefile')
| -rw-r--r-- | gnu/lib/libsupc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile index 4abeed41d3d5..50c6097ebc40 100644 --- a/gnu/lib/libsupc++/Makefile +++ b/gnu/lib/libsupc++/Makefile @@ -18,6 +18,7 @@ SRCS+= cp-demangle.c CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H CFLAGS+= -I${SRCDIR} -I${GCCDIR} -I${.CURDIR}/../libstdc++ +CFLAGS+= -frandom-seed=RepeatabilityConsideredGood CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections HDRS= exception new typeinfo cxxabi.h exception_defines.h |
