1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/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 Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
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 Compile with -DHAVE_LSTAT since, for whatever reason, the configure script 2005-10-06 09:49:37 +00:00
cvs Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
dc Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:34:53 +00:00
dialog Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
diff Suggest the user to use 'diff -urN' instead of 'diff -crN'. 2005-11-03 03:49:57 +00:00
diff3 Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:34:53 +00:00
gdb Remove extern int verbose declaration. It is declared static in the 2007-05-19 03:23:43 +00:00
gperf Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:49:20 +00:00
grep Add the -P option back, but with a note that it is not supported on FreeBSD. 2006-10-11 09:52:32 +00:00
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 Get rid of a spurious "the". 2004-03-18 20:36:14 +00:00
rcs Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
sdiff Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:34:53 +00:00
send-pr Fix vim syntax highlighting. Vim complained about the (comment). The syntax 2006-11-01 12:13:08 +00:00
sort Update version strings to better reflect reality. 2004-08-12 06:40:31 +00:00
texinfo Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
Makefile Replace the GNU gzip with a slightly modified NetBSD gzip. The 2007-01-26 10:19:08 +00:00
Makefile.inc