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/ec560f69085c
branches:  trunk
changeset: 324698:ec560f69085c
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 7ed6c37f8613 -r ec560f69085c 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