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:
parent
8677689134
commit
78e3c65953
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user