pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Sep 14 10:50:48 UTC 2021
Modified Files:
pkgsrc/mk/platform: Darwin.mk
Log Message:
Remove stuff inadvertently included in previous (thanks wiz@).
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/mk/platform/Darwin.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/platform/Darwin.mk
diff -u pkgsrc/mk/platform/Darwin.mk:1.105 pkgsrc/mk/platform/Darwin.mk:1.106
--- pkgsrc/mk/platform/Darwin.mk:1.105 Tue Sep 14 10:33:26 2021
+++ pkgsrc/mk/platform/Darwin.mk Tue Sep 14 10:50:48 2021
@@ -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_UNSTRIPP
# 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