svn commit: r261695 - projects/arm64
Andrew Turner
andrew at FreeBSD.org
Sun Feb 9 22:08:29 UTC 2014
Author: andrew
Date: Sun Feb 9 22:08:28 2014
New Revision: 261695
URL: http://svnweb.freebsd.org/changeset/base/261695
Log:
Add the arm64 target
Modified:
projects/arm64/Makefile.inc1
Modified: projects/arm64/Makefile.inc1
==============================================================================
--- projects/arm64/Makefile.inc1 Sun Feb 9 21:48:14 2014 (r261694)
+++ projects/arm64/Makefile.inc1 Sun Feb 9 22:08:28 2014 (r261695)
@@ -139,7 +139,7 @@ SRCRELDATE!= awk '/^\#define[[:space:]]*
VERSION= FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}
.endif
-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
+KNOWN_ARCHES?= amd64 arm armeb/arm armv6/arm arm64 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
More information about the svn-src-projects
mailing list