Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat gcc aarch64 does not have multilib
details: https://anonhg.NetBSD.org/src/rev/6be792b2fc63
branches: trunk
changeset: 833881:6be792b2fc63
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 16 00:32:59 2018 +0000
description:
gcc aarch64 does not have multilib
diffstat:
compat/archdirs.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 0a41d017a2a4 -r 6be792b2fc63 compat/archdirs.mk
--- a/compat/archdirs.mk Mon Jul 16 00:29:37 2018 +0000
+++ b/compat/archdirs.mk Mon Jul 16 00:32:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: archdirs.mk,v 1.10 2015/05/27 15:35:23 matt Exp $
+# $NetBSD: archdirs.mk,v 1.11 2018/07/16 00:33:00 christos Exp $
# list of subdirs used per-platform
@@ -26,6 +26,7 @@
ARCHDIR_SUBDIR= riscv64/rv32
.endif
+.if ${ACTIVE_CC} == "clang"
.if (${MACHINE_ARCH} == "aarch64")
ARCHDIR_SUBDIR+= arm/eabi
ARCHDIR_SUBDIR+= arm/eabihf
@@ -33,3 +34,4 @@
.elif (${MACHINE_ARCH} == "aarch64eb")
ARCHDIR_SUBDIR= arm/eabi
.endif
+.endif
Home |
Main Index |
Thread Index |
Old Index