Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/compat Add compat dirs for aarch64



details:   https://anonhg.NetBSD.org/src/rev/4718450e3f80
branches:  trunk
changeset: 331447:4718450e3f80
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 10 23:40:33 2014 +0000

description:
Add compat dirs for aarch64

diffstat:

 compat/archdirs.mk |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 166202784a09 -r 4718450e3f80 compat/archdirs.mk
--- a/compat/archdirs.mk        Sun Aug 10 23:39:08 2014 +0000
+++ b/compat/archdirs.mk        Sun Aug 10 23:40:33 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: archdirs.mk,v 1.4 2014/03/07 04:16:25 matt Exp $
+#      $NetBSD: archdirs.mk,v 1.5 2014/08/10 23:40:33 matt Exp $
 
 # list of subdirs used per-platform
 
@@ -29,3 +29,11 @@
 .if ${MACHINE_ARCH} == "powerpc64"
 ARCHDIR_SUBDIR= powerpc64/powerpc
 .endif
+
+.if (${MACHINE_ARCH} == "aarch64")
+ARCHDIR_SUBDIR+= arm/eabi
+#ARCHDIR_SUBDIR+= arm/eabihf
+ARCHDIR_SUBDIR+= arm/oabi
+.else if (${MACHINE_ARCH} == "aarch64eb")
+ARCHDIR_SUBDIR= arm/eabi
+.endif



Home | Main Index | Thread Index | Old Index