freebsd-nq/gnu/usr.bin
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
..
bc
binutils Fix PowerPC-targeted cross-builds performed on 64-bit platforms. 2007-02-11 07:15:06 +00:00
cc Back out the addition of -static to LDFLAGS; I'm pretty confident 2007-05-21 12:04:16 +00:00
cpio
cvs
dc
dialog
diff
diff3
gdb Remove extern int verbose declaration. It is declared static in the 2007-05-19 03:23:43 +00:00
gperf
grep
groff -mdoc knows about FreeBSD 7.0 as well. 2006-12-29 06:22:13 +00:00
man Markup revision. 2006-12-25 15:09:06 +00:00
patch
rcs
sdiff
send-pr
sort
texinfo
Makefile Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
Makefile.inc