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: nia
Date: Sun Jun 13 06:04:17 UTC 2021
Modified Files:
pkgsrc/mk: atomic64.mk
Log Message:
add 32-bit sparc to the list of libatomic archs
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/mk/atomic64.mk:1.4
--- pkgsrc/mk/atomic64.mk:1.3 Fri May 7 11:32:01 2021
+++ pkgsrc/mk/atomic64.mk Sun Jun 13 06:04:17 2021
@@ -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 @@ CXXFLAGS+= -march=i586
. 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