diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-08-17 15:46:18 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-08-17 15:46:18 +0000 |
commit | 563a2851b19074029579e3ca679a13ca125c1df7 (patch) | |
tree | 45d24b3f2d688e046203a0a88fa6fc9ee1b9ed8e /gnu | |
parent | e00e4fe2914c5dfa058599558491b2e5f8ff989c (diff) | |
download | FreeBSD-src-563a2851b19074029579e3ca679a13ca125c1df7.zip FreeBSD-src-563a2851b19074029579e3ca679a13ca125c1df7.tar.gz |
Repeatability is Considered Good when building this library, too. (And
I think this is the last one which needs it.)
Diffstat (limited to 'gnu')
-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 4abeed4..50c6097 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 |