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: ryoon
Date: Sun Dec 19 15:12:28 UTC 2021
Modified Files:
pkgsrc/mk: atomic64.mk
Log Message:
mk/atomic64.mk: CFLAGS is added to CXXFLAGS automatically
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/mk/atomic64.mk:1.6
--- pkgsrc/mk/atomic64.mk:1.5 Mon Aug 2 18:37:08 2021
+++ pkgsrc/mk/atomic64.mk Sun Dec 19 15:12:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: atomic64.mk,v 1.5 2021/08/02 18:37:08 jklos Exp $
+# $NetBSD: atomic64.mk,v 1.6 2021/12/19 15:12:28 ryoon Exp $
#
# This Makefile fragment is included by packages that require 64-bit atomic
# operations, and will attempt to set the appropriate architecture-specific
@@ -13,7 +13,6 @@ ATOMIC64_MK:=
.if ${MACHINE_ARCH} == "i386"
. if empty(CFLAGS:M*march=*)
CFLAGS+= -march=i586
-CXXFLAGS+= -march=i586
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index