pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: he
Date: Sun Jun 1 15:19:03 UTC 2025
Modified Files:
pkgsrc/mk: atomic64.mk
Log Message:
mk/atomic64.mk: Add hppa and riscv32 to list of MACHINE_ARCHs to tweak for.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mk/atomic64.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/atomic64.mk
diff -u pkgsrc/mk/atomic64.mk:1.10 pkgsrc/mk/atomic64.mk:1.11
--- pkgsrc/mk/atomic64.mk:1.10 Tue May 21 14:14:37 2024
+++ pkgsrc/mk/atomic64.mk Sun Jun 1 15:19:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.10 2024/05/21 14:14:37 tsutsui Exp $
+# $NetBSD: atomic64.mk,v 1.11 2025/06/01 15:19:03 he Exp $
#
# This Makefile fragment is included by packages that require 64-bit atomic
# operations, and will attempt to set the appropriate architecture-specific
@@ -18,10 +18,12 @@ CFLAGS+= -march=i586
# Non-NetBSD vendors tend to include libatomic as part of gcc.
.if ${OPSYS} == "NetBSD" && \
- (${MACHINE_ARCH} == "m68k" || \
+ (${MACHINE_ARCH} == "hppa" || \
+ ${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "mipsel" || \
${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "riscv32" || \
${MACHINE_ARCH} == "sh3el" || \
${MACHINE_ARCH} == "sh3eb" || \
${MACHINE_ARCH} == "sparc" || \
Home |
Main Index |
Thread Index |
Old Index