MFC: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS in order
to make this library build repeatably. Approved by: re (kensmith)
This commit is contained in:
parent
44ed345e28
commit
4734b475da
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user