pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Also buildlink libatomic for mipsel and mipseb (32-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3dab8cf6e35
branches: trunk
changeset: 388269:b3dab8cf6e35
user: he <he%pkgsrc.org@localhost>
date: Tue Nov 15 17:14:48 2022 +0000
description:
Also buildlink libatomic for mipsel and mipseb (32-bit ports)..
diffstat:
mk/atomic64.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f4eba54b4714 -r b3dab8cf6e35 mk/atomic64.mk
--- a/mk/atomic64.mk Tue Nov 15 16:45:38 2022 +0000
+++ b/mk/atomic64.mk Tue Nov 15 17:14:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.6 2021/12/19 15:12:28 ryoon Exp $
+# $NetBSD: atomic64.mk,v 1.7 2022/11/15 17:14:48 he Exp $
#
# This Makefile fragment is included by packages that require 64-bit atomic
# operations, and will attempt to set the appropriate architecture-specific
@@ -17,6 +17,8 @@
.endif
.if ${MACHINE_ARCH} == "m68k" || \
+ ${MACHINE_ARCH} == "mipsel" || \
+ ${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "vax"
Home |
Main Index |
Thread Index |
Old Index