summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2005-08-17 01:59:10 +0000
committercperciva <cperciva@FreeBSD.org>2005-08-17 01:59:10 +0000
commit28bdebaa0812c0e4bd0ceea752592ae7c0cf434b (patch)
treed2f7b60f12270e725b6115a2b2ed976aaad239bc /gnu/lib
parentfaafaf70f19fb9a63ea0d522614564512b578bf6 (diff)
downloadFreeBSD-src-28bdebaa0812c0e4bd0ceea752592ae7c0cf434b.zip
FreeBSD-src-28bdebaa0812c0e4bd0ceea752592ae7c0cf434b.tar.gz
Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makes
this library build repeatably. (This change was made to libstdc++ several months ago; I just realized today that it would help here as well.) Approved by: kan
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libobjc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile
index 644aa37..6d7b50b 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}
OpenPOWER on IntegriCloud