opnsense-src/gnu/usr.bin/cc/cc_tools
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
..
arm.md.diff Remove gratuitous white space change. 2006-11-06 02:49:19 +00:00
auto-host.h Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
freebsd-native.h Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
freebsd.opt Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
freebsd64-fix.h The gcc/config/i386/freebsd64.h file neglects to override the default 2004-06-10 22:18:33 +00:00
i386-freebsd.opt Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
Makefile Back out the addition of -static to LDFLAGS; I'm pretty confident 2007-05-21 12:04:16 +00:00
Makefile.dep Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00
size-host.h Update bmake glue to build GCC 4.2. 2007-05-19 04:25:59 +00:00