svn commit: r226242 - head/tools/tools/nanobsd/gateworks
Andrew Thompson
thompsa at FreeBSD.org
Tue Oct 11 01:11:58 UTC 2011
Author: thompsa
Date: Tue Oct 11 01:11:57 2011
New Revision: 226242
URL: http://svn.freebsd.org/changeset/base/226242
Log:
Fix build after TARGET_BIG_ENDIAN was nuked from orbit.
Modified:
head/tools/tools/nanobsd/gateworks/common
Modified: head/tools/tools/nanobsd/gateworks/common
==============================================================================
--- head/tools/tools/nanobsd/gateworks/common Mon Oct 10 21:54:19 2011 (r226241)
+++ head/tools/tools/nanobsd/gateworks/common Tue Oct 11 01:11:57 2011 (r226242)
@@ -4,9 +4,8 @@ NANO_CFGDIR=${NANO_CFGDIR:-${NANO_SRC}/$
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"
More information about the svn-src-head
mailing list