pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk 64-bit atomic ops are lacking for m68k.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eb8b80ae40f
branches:  trunk
changeset: 452231:4eb8b80ae40f
user:      rin <rin%pkgsrc.org@localhost>
date:      Fri May 07 11:32:01 2021 +0000

description:
64-bit atomic ops are lacking for m68k.

Part of PR pkg/56119 from nia.

XXX
We need this for other architectures also...

diffstat:

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

diffs (18 lines):

diff -r 1e29fbba2884 -r 4eb8b80ae40f mk/atomic64.mk
--- a/mk/atomic64.mk    Fri May 07 11:11:14 2021 +0000
+++ b/mk/atomic64.mk    Fri May 07 11:32:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.2 2021/01/01 00:06:29 gutteridge Exp $
+# $NetBSD: atomic64.mk,v 1.3 2021/05/07 11:32:01 rin 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,7 @@
 .  endif
 .endif
 
-.if ${MACHINE_ARCH} == "powerpc"
+.if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "powerpc"
 .  include "../../devel/libatomic/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index