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:   nia
Date:           Tue Nov 14 13:41:09 UTC 2023

Modified Files:
        pkgsrc/mk/platform: Darwin.mk

Log Message:
mk: Strip out some unsupported linker flags on Darwin/ppc


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 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.135 pkgsrc/mk/platform/Darwin.mk:1.136
--- pkgsrc/mk/platform/Darwin.mk:1.135  Thu Nov  9 18:56:45 2023
+++ pkgsrc/mk/platform/Darwin.mk        Tue Nov 14 13:41:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.135 2023/11/09 18:56:45 nia Exp $
+# $NetBSD: Darwin.mk,v 1.136 2023/11/14 13:41:09 nia Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -237,6 +237,8 @@ MAKE_ENV+=  MACOSX_DEPLOYMENT_TARGET="10.
 # unhelpfully describe -pthread as a "HP-UX/Solaris flag" to this day
 BUILDLINK_TRANSFORM+=  opt:-pthread:-lpthread
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,-no_compact_unwind
+
 # unfortunately, many highly-depended-upon packages now include multiple
 # overlapping definitions. This changes them from an error to a warning.
 LDFLAGS+=              -Wl,-m



Home | Main Index | Thread Index | Old Index