summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-09-14 10:50:48 +0000
committerschmonz <schmonz@pkgsrc.org>2021-09-14 10:50:48 +0000
commit5163278ff9f45499ac109a336639436ba70abc28 (patch)
treece2cac5c70a2dc56e36c74a022d68d045c5f1aa4 /mk
parent779a723d206cbca408fc059a730f347f67a0e81b (diff)
downloadpkgsrc-5163278ff9f45499ac109a336639436ba70abc28.tar.gz
Remove stuff inadvertently included in previous (thanks wiz@).
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/Darwin.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 7555889f0f6..11e8caa85e7 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -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 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U} # install(1) option to strip
# 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().