summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-09-22 07:30:17 +0000
committerandrew <andrew@FreeBSD.org>2013-09-22 07:30:17 +0000
commit79894c60808ab81f99811a12ec76a9cfd16ec29d (patch)
tree456cac404c890433b9b39bb675798f71bf9fbc35 /Makefile.inc1
parentf749b57e894fe8edc4ac41bdb13df3198fad2cfb (diff)
downloadFreeBSD-src-79894c60808ab81f99811a12ec76a9cfd16ec29d.zip
FreeBSD-src-79894c60808ab81f99811a12ec76a9cfd16ec29d.tar.gz
Remove the armv6eb architecture as it is unused, and almost certainly
broken. None of our kernels can boot armv6eb. The little-endian kernels do not have the required code to be able to switch endian when running a big-endian executable. Approved by: re (gjb)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c231541..5b1d26e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -132,7 +132,7 @@ VERSION!= uname -srp
VERSION+= ${OSRELDATE}
.endif
-KNOWN_ARCHES?= amd64 arm armeb/arm armv6/arm armv6eb/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64
+KNOWN_ARCHES?= amd64 arm armeb/arm armv6/arm i386 i386/pc98 ia64 mips mipsel/mips mips64el/mips mips64/mips mipsn32el/mips mipsn32/mips powerpc powerpc64/powerpc sparc64
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}
.else
OpenPOWER on IntegriCloud