summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-14 21:18:41 +0000
committerimp <imp@FreeBSD.org>2014-03-14 21:18:41 +0000
commit4ece58fc6a7c5c9df5d280cb1bbe0b3d6aa2fa57 (patch)
tree55d2f82452754cc12c52ae5415ca3034dcac99e4 /tools
parent1aae10ce3f865c1c9a7544fe22649d4a0828a50a (diff)
downloadFreeBSD-src-4ece58fc6a7c5c9df5d280cb1bbe0b3d6aa2fa57.zip
FreeBSD-src-4ece58fc6a7c5c9df5d280cb1bbe0b3d6aa2fa57.tar.gz
Remove TARGET_BIG_ENDIAN. It's no longer relevant.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/nanobsd.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh
index 3c57e90..a5d02bf 100644
--- a/tools/tools/nanobsd/nanobsd.sh
+++ b/tools/tools/nanobsd/nanobsd.sh
@@ -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 \
OpenPOWER on IntegriCloud