svn commit: r263193 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Fri Mar 14 21:18:41 UTC 2014


Author: imp
Date: Fri Mar 14 21:18:41 2014
New Revision: 263193
URL: http://svnweb.freebsd.org/changeset/base/263193

Log:
  Remove TARGET_BIG_ENDIAN. It's no longer relevant.

Modified:
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Fri Mar 14 21:13:58 2014	(r263192)
+++ head/tools/tools/nanobsd/nanobsd.sh	Fri Mar 14 21:18:41 2014	(r263193)
@@ -228,7 +228,6 @@ build_kernel ( ) (
 	# unset these just in case to avoid compiler complaints
 	# when cross-building
 	unset TARGET_CPUTYPE
-	unset TARGET_BIG_ENDIAN
 	# Note: We intentionally build all modules, not only the ones in
 	# NANO_MODULES so the built world can be reused by multiple images.
 	env TARGET_ARCH=${NANO_ARCH} ${NANO_PMAKE} buildkernel \


More information about the svn-src-head mailing list