pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Jan 24 18:40:56 UTC 2019

Modified Files:
        pkgsrc/mk/platform: Linux.mk

Log Message:
Linux.mk: provide default LIBABISUFFIX for aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mk/platform/Linux.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/platform/Linux.mk
diff -u pkgsrc/mk/platform/Linux.mk:1.79 pkgsrc/mk/platform/Linux.mk:1.80
--- pkgsrc/mk/platform/Linux.mk:1.79    Wed Jan  9 13:19:03 2019
+++ pkgsrc/mk/platform/Linux.mk Thu Jan 24 18:40:56 2019
@@ -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.



Home | Main Index | Thread Index | Old Index