freebsd-dev/usr.bin/xlint
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
..
arch Revert r212513 and reimplement the search order to be ARCH, CPUARCH 2010-09-13 06:35:35 +00:00
common
lint1 Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
lint2 Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
llib
xlint Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
Makefile
Makefile.inc Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00