pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk mk/atomic64.mk: CFLAGS is added to CXXFLAGS automat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9476b30214e5
branches: trunk
changeset: 771590:9476b30214e5
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Dec 19 15:12:28 2021 +0000
description:
mk/atomic64.mk: CFLAGS is added to CXXFLAGS automatically
diffstat:
mk/atomic64.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 253999101b6c -r 9476b30214e5 mk/atomic64.mk
--- a/mk/atomic64.mk Sun Dec 19 15:11:01 2021 +0000
+++ b/mk/atomic64.mk Sun Dec 19 15:12:28 2021 +0000
@@ -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 @@
.if ${MACHINE_ARCH} == "i386"
. if empty(CFLAGS:M*march=*)
CFLAGS+= -march=i586
-CXXFLAGS+= -march=i586
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index