From 7de5024b940d0f30e99c3c0e7ba71f3ea3594cb1 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 9 Jan 2012 21:51:50 +0000 Subject: [PATCH] MFC r226242 Fix build after TARGET_BIG_ENDIAN was nuked from orbit. git-svn-id: svn://svn.freebsd.org/base/stable/9@229884 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/tools/nanobsd/gateworks/common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/tools/nanobsd/gateworks/common b/tools/tools/nanobsd/gateworks/common index 6e30216ad..c23a2bfe8 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" -- 2.45.0