Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat Fix else if botch
details: https://anonhg.NetBSD.org/src/rev/94247c0bbfa7
branches: trunk
changeset: 331458:94247c0bbfa7
user: matt <matt%NetBSD.org@localhost>
date: Mon Aug 11 04:33:30 2014 +0000
description:
Fix else if botch
diffstat:
compat/archdirs.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3897f2d83010 -r 94247c0bbfa7 compat/archdirs.mk
--- a/compat/archdirs.mk Mon Aug 11 04:27:24 2014 +0000
+++ b/compat/archdirs.mk Mon Aug 11 04:33:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: archdirs.mk,v 1.5 2014/08/10 23:40:33 matt Exp $
+# $NetBSD: archdirs.mk,v 1.6 2014/08/11 04:33:30 matt Exp $
# list of subdirs used per-platform
@@ -34,6 +34,6 @@
ARCHDIR_SUBDIR+= arm/eabi
#ARCHDIR_SUBDIR+= arm/eabihf
ARCHDIR_SUBDIR+= arm/oabi
-.else if (${MACHINE_ARCH} == "aarch64eb")
+.elif (${MACHINE_ARCH} == "aarch64eb")
ARCHDIR_SUBDIR= arm/eabi
.endif
Home |
Main Index |
Thread Index |
Old Index