From 6e27476284435b14d3c82b1b6bf6abc63812b488 Mon Sep 17 00:00:00 2001 From: thompsa Date: Tue, 11 Oct 2011 01:11:57 +0000 Subject: Fix build after TARGET_BIG_ENDIAN was nuked from orbit. --- 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 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" -- cgit v1.1