cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile
Ruslan Ermilov
ru at FreeBSD.org
Mon May 21 12:04:17 UTC 2007
ru 2007-05-21 12:04:16 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/cc/cc_tools Makefile
Log:
Back out the addition of -static to LDFLAGS; I'm pretty confident
that the build failure was caused by a computer/sources date/time
mismatch that caused GCC tools to be mistakenly rebuilt again at
an inappropriate time during buildworld, re-linking them against
new libraries instead of host's installed libraries and thus making
them not runnable by the host. Normally they are only built in
the early stage of buildworld (build-tools) that links them against
shared libraries of the host, but if either the system clock or
modification date/time on source files is set incorrectly, make(1)
can be foolished into thinking that tools are stale and will rebuild
them again, now in the "target" environment which is not suitable
for building helper apps that are to be run during buildworld.
OK'ed by: kan
Revision Changes Path
1.87 +0 -1 src/gnu/usr.bin/cc/cc_tools/Makefile
More information about the cvs-src
mailing list