MFC: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS in order

to make this library build repeatably.

Approved by:	re (kensmith)
This commit is contained in:
cperciva 2005-08-19 02:49:55 +00:00
parent 44ed345e28
commit 4734b475da
2 changed files with 2 additions and 0 deletions

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}

View File

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