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
This commit is contained in:
Colin Percival 2005-08-17 01:59:10 +00:00
parent 8677689134
commit 78e3c65953

View File

@ -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}