Author: andrew
Date: Sun Sep 22 07:30:17 2013
New Revision: 255784
URL: http://svnweb.freebsd.org/changeset/base/255784

Log:
  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)

Modified:
  head/Makefile
  head/Makefile.inc1

Modified: head/Makefile
==============================================================================
--- head/Makefile       Sun Sep 22 02:46:13 2013        (r255783)
+++ head/Makefile       Sun Sep 22 07:30:17 2013        (r255784)
@@ -374,7 +374,7 @@ kernel-toolchains:
 #
 .if make(universe) || make(universe_kernels) || make(tinderbox) || 
make(targets)
 TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64
-TARGET_ARCHES_arm?=    arm armeb armv6 armv6eb
+TARGET_ARCHES_arm?=    arm armeb armv6
 TARGET_ARCHES_mips?=   mipsel mips mips64el mips64 mipsn32
 TARGET_ARCHES_powerpc?=        powerpc powerpc64
 TARGET_ARCHES_pc98?=   i386

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sun Sep 22 02:46:13 2013        (r255783)
+++ head/Makefile.inc1  Sun Sep 22 07:30:17 2013        (r255784)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to