diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2005-08-19 02:49:55 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2005-08-19 02:49:55 +0000 |
| commit | c0beafff93ee43ff253e0bf520965218c886b06c (patch) | |
| tree | e0bc69d8baf6ad84878da8743243ab52ed4682e2 /gnu/lib/libsupc++ | |
| parent | 3e2bfbde3d1a3e1fd978531b0fade573655f3052 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libsupc++')
| -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 |
