1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/gnu/usr.bin/cc
Ruslan Ermilov 4c520cd4c6 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
2007-05-21 12:04:16 +00:00
..
c++ Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
c++filt Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
cc Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
cc1 Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
cc1obj Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
cc1plus Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
cc_int Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
cc_tools Back out the addition of -static to LDFLAGS; I'm pretty confident 2007-05-21 12:04:16 +00:00
collect2 Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
cpp Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
doc Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
f77 Minor Makefile cleanup. Do not use Makefile variables named 'version' and 2007-03-12 00:28:06 +00:00
f77doc Fixed build. 2003-07-01 14:46:26 +00:00
f771 Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
gcov Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
include Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
libcpp Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
libdecnumber Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
libiberty Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
protoize Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
Makefile Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
Makefile.fe Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
Makefile.inc Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
Makefile.tgt Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
Makefile.ver Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00