summaryrefslogtreecommitdiffstats
path: root/tools/tools
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2011-10-11 01:11:57 +0000
committerthompsa <thompsa@FreeBSD.org>2011-10-11 01:11:57 +0000
commit6e27476284435b14d3c82b1b6bf6abc63812b488 (patch)
treea87b20a670936ef2af98377c98a4d9567038b7c6 /tools/tools
parenta817a28adc415d253948d5d8a085c264a80fe6c1 (diff)
downloadFreeBSD-src-6e27476284435b14d3c82b1b6bf6abc63812b488.zip
FreeBSD-src-6e27476284435b14d3c82b1b6bf6abc63812b488.tar.gz
Fix build after TARGET_BIG_ENDIAN was nuked from orbit.
Diffstat (limited to 'tools/tools')
-rw-r--r--tools/tools/nanobsd/gateworks/common3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools/nanobsd/gateworks/common b/tools/tools/nanobsd/gateworks/common
index 6e30216..c23a2bf 100644
--- a/tools/tools/nanobsd/gateworks/common
+++ b/tools/tools/nanobsd/gateworks/common
@@ -4,9 +4,8 @@ NANO_CFGDIR=${NANO_CFGDIR:-${NANO_SRC}/${NANO_TOOLS}/gateworks/cfg}
test -d ${NANO_CFGDIR} || NANO_CFGDIR=/var/empty
NANO_PMAKE="make" # NB: disable -j 3
-NANO_ARCH=arm
+NANO_ARCH=armeb
TARGET_CPUTYPE=xscale; export TARGET_CPUTYPE # XXX
-TARGET_BIG_ENDIAN=true; export TARGET_BIG_ENDIAN # XXX
NANO_CUSTOMIZE="cust_allow_ssh_root"
OpenPOWER on IntegriCloud