cvs commit: src/gnu/lib/libstdc++ Makefile
Colin Percival
cperciva at FreeBSD.org
Sun Jul 3 01:02:15 GMT 2005
cperciva 2005-01-17 08:38:31 UTC
FreeBSD src repository
Modified files:
gnu/lib/libstdc++ Makefile
Log:
Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this
library. As the value suggests, this allows the library to be built repeatably;
without this flag, gcc uses a random value in its parsing.
Since the random seed is only used when handling files which do not have any
externally-visible symbols, this change is not needed for any other libraries
in the FreeBSD base system.
Discussed on: freebsd-arch (in early November)
Approved by: kan
MFC after: 1 week
Revision Changes Path
1.53 +1 -0 src/gnu/lib/libstdc++/Makefile
More information about the cvs-src
mailing list