freebsd-dev/gnu/usr.bin
Juli Mallett 84db023ec1 Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.
This makes our naming scheme more closely match other systems and the
expectations of much third-party software.  MIPS builds which are little-endian
should require and exhibit no changes.  Big-endian TARGET_ARCHes must be
changed:
	From:		To:
	mipseb		mips
	mipsn32eb	mipsn32
	mips64eb	mips64

An entry has been added to UPDATING and some foot-shooting protection (complete
with warnings which should become errors in the near future) to the top-level
base system Makefile.
2012-03-29 02:54:35 +00:00
..
binutils Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
cc Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
cvs Don't include <sys/timeb.h>. 2012-01-08 12:38:41 +00:00
dialog Use ${VAR} instead of $(VAR) consistently. 2011-11-24 14:17:04 +00:00
diff Change all our own code to use st_*tim instead of st_*timespec. 2010-03-28 13:16:08 +00:00
diff3 POSIX patch(1) would treat -b as different meaning (the functionality 2010-02-22 22:32:24 +00:00
dtc Sanitize CFLAGS and add WARNS?=2. The hardcoding of -Os -fPIC 2010-07-15 02:22:50 +00:00
gdb Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
gperf upgrade gperf to the last GPLv2 version (3.0.3) 2011-11-28 12:29:16 +00:00
grep Build and install a BSD licensed grep. 2011-05-25 01:04:12 +00:00
groff Pull up vendor changes to mdoc(7). 2011-12-08 13:54:06 +00:00
patch The buffer returned by fgenln is not a "C" string and might not be NUL 2009-09-16 19:53:29 +00:00
rcs Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
sdiff POSIX patch(1) would treat -b as different meaning (the functionality 2010-02-22 22:32:24 +00:00
send-pr Disconnect sun4v architecture from the three. 2011-05-14 01:53:38 +00:00
sort Add strndup(3) prototype to string.h. 2008-12-08 21:04:24 +00:00
texinfo Catch up with the demise of /usr/X11R6 2007-09-19 14:21:18 +00:00
Makefile Simply post r222273. 2011-06-08 21:29:33 +00:00
Makefile.inc