Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat Only support oabi for earm*
details: https://anonhg.NetBSD.org/src/rev/8386149495f1
branches: trunk
changeset: 338490:8386149495f1
user: matt <matt%NetBSD.org@localhost>
date: Wed May 27 15:35:23 2015 +0000
description:
Only support oabi for earm*
diffstat:
compat/archdirs.mk | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (23 lines):
diff -r 457ebc5ab05c -r 8386149495f1 compat/archdirs.mk
--- a/compat/archdirs.mk Wed May 27 15:33:41 2015 +0000
+++ b/compat/archdirs.mk Wed May 27 15:35:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: archdirs.mk,v 1.9 2015/05/25 12:42:26 martin Exp $
+# $NetBSD: archdirs.mk,v 1.10 2015/05/27 15:35:23 matt Exp $
# list of subdirs used per-platform
@@ -10,12 +10,8 @@
ARCHDIR_SUBDIR= amd64/i386
.endif
-.if !empty(MACHINE_ARCH:Mearmhf*) || !empty(MACHINE_ARCH:Mearmv?hf*)
-ARCHDIR_SUBDIR= arm/oabi arm/eabi
-.elif !empty(MACHINE_ARCH:Mearm*)
+.if !empty(MACHINE_ARCH:Mearm*)
ARCHDIR_SUBDIR= arm/oabi
-.elif !empty(MACHINE_ARCH:Marm)
-ARCHDIR_SUBDIR= arm/eabi
.endif
.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el")
Home |
Main Index |
Thread Index |
Old Index