pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Linux.mk: provide default LIBABISUFFIX for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/498a5f6c4c3c
branches:  trunk
changeset: 318380:498a5f6c4c3c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jan 24 18:40:56 2019 +0000

description:
Linux.mk: provide default LIBABISUFFIX for aarch64

diffstat:

 mk/platform/Linux.mk |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 96a3182777e3 -r 498a5f6c4c3c mk/platform/Linux.mk
--- a/mk/platform/Linux.mk      Thu Jan 24 18:18:36 2019 +0000
+++ b/mk/platform/Linux.mk      Thu Jan 24 18:40:56 2019 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index