Remove TARGET_BIG_ENDIAN. It's no longer relevant.

This commit is contained in:
Warner Losh 2014-03-14 21:18:41 +00:00
parent 5c85b8a528
commit 65d07b6871
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263193

View File

@ -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 \