pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform Remove stuff inadvertently included in pre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4efe91b86c30
branches: trunk
changeset: 458367:4efe91b86c30
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Sep 14 10:50:48 2021 +0000
description:
Remove stuff inadvertently included in previous (thanks wiz@).
diffstat:
mk/platform/Darwin.mk | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (25 lines):
diff -r 5ca175b019c1 -r 4efe91b86c30 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk Tue Sep 14 10:33:26 2021 +0000
+++ b/mk/platform/Darwin.mk Tue Sep 14 10:50:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.105 2021/09/14 10:33:26 schmonz Exp $
+# $NetBSD: Darwin.mk,v 1.106 2021/09/14 10:50:48 schmonz Exp $
#
# Variable definitions for the Darwin operating system.
@@ -209,15 +209,6 @@
# to avoid a test required by the libtool script that takes forever.
_OPSYS_MAX_CMDLEN_CMD= /usr/sbin/sysctl -n kern.argmax
-.if ${MACHINE_ARCH} == "aarch64"
-CWRAPPERS_APPEND.cc+= -arch arm64
-CWRAPPERS_APPEND.cxx+= -arch arm64
-CWRAPPERS_APPEND.ld+= -arch arm64
-_WRAP_EXTRA_ARGS.CC+= -arch arm64
-_WRAP_EXTRA_ARGS.CXX+= -arch arm64
-_WRAP_EXTRA_ARGS.LD+= -arch arm64
-.endif
-
# Darwin 7.7.x has poll() in libc, but no poll.h. Try to help GNU
# configure packages that break because of this by pretending that
# there is no poll().
Home |
Main Index |
Thread Index |
Old Index