pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk add 32-bit sparc to the list of libatomic archs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1204914c644
branches:  trunk
changeset: 454527:c1204914c644
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 13 06:04:17 2021 +0000

description:
add 32-bit sparc to the list of libatomic archs

diffstat:

 mk/atomic64.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 65078950f199 -r c1204914c644 mk/atomic64.mk
--- a/mk/atomic64.mk    Sun Jun 13 00:16:47 2021 +0000
+++ b/mk/atomic64.mk    Sun Jun 13 06:04:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.3 2021/05/07 11:32:01 rin Exp $
+# $NetBSD: atomic64.mk,v 1.4 2021/06/13 06:04:17 nia Exp $
 #
 # This Makefile fragment is included by packages that require 64-bit atomic
 # operations, and will attempt to set the appropriate architecture-specific
@@ -17,7 +17,9 @@
 .  endif
 .endif
 
-.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "m68k" || \
+    ${MACHINE_ARCH} == "powerpc" || \
+    ${MACHINE_ARCH} == "sparc"
 .  include "../../devel/libatomic/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index