diff options
| author | christos <christos@NetBSD.org> | 2018-07-16 00:32:59 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-07-16 00:32:59 +0000 |
| commit | 9f55b9ae61afcdac617f650aed12930b82eaee94 (patch) | |
| tree | 9b7cc46fd7322325530a2c83dc1930d47d5723a6 /compat | |
| parent | 35aea86a7c433f8cb4ae00bbf80704c366866d25 (diff) | |
gcc aarch64 does not have multilib
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/archdirs.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compat/archdirs.mk b/compat/archdirs.mk index 277183f59d8..710d69b7e53 100644 --- a/compat/archdirs.mk +++ b/compat/archdirs.mk @@ -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= powerpc64/powerpc 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 @@ ARCHDIR_SUBDIR+= arm/oabi .elif (${MACHINE_ARCH} == "aarch64eb") ARCHDIR_SUBDIR= arm/eabi .endif +.endif |
