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 | |
| parent | 3e2bfbde3d1a3e1fd978531b0fade573655f3052 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libobjc/Makefile | 1 | ||||
| -rw-r--r-- | gnu/lib/libsupc++/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index 644aa37dd4f4..6d7b50b7003a 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -23,6 +23,7 @@ CFLAGS+= -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS CFLAGS+= -I. -I${.CURDIR}/../../usr.bin/cc/cc_tools CFLAGS+= -I${OBJCDIR}/objc -I${OBJCDIR} CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} +CFLAGS+= -frandom-seed=RepeatabilityConsideredGood GENHDRS= runtime-info.h tconfig.h tm.h CLEANFILES+= ${GENHDRS} 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 |
