Linux.mk: provide default LIBABISUFFIX for aarch64
This commit is contained in:
parent
5052568e2e
commit
790927a09f
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Linux.mk,v 1.79 2019/01/09 13:19:03 wiz Exp $
|
||||
# $NetBSD: Linux.mk,v 1.80 2019/01/24 18:40:56 tnn Exp $
|
||||
#
|
||||
# Variable definitions for the Linux operating system.
|
||||
|
||||
|
@ -153,6 +153,12 @@ ABI?= 64
|
|||
LIBABISUFFIX?= 64
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "aarch64"
|
||||
# No toolchain multilib support yet?
|
||||
# ABI?= 64
|
||||
LIBABISUFFIX?= 64
|
||||
.endif
|
||||
|
||||
# When building 32-bit packages on x86_64 GNU ld isn't smart enough to
|
||||
# figure out the target architecture based on the objects so we need to
|
||||
# explicitly set it.
|
||||
|
|
Loading…
Reference in a new issue