summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGerd Möllmann <gerd@gnu.org>2022-09-18 08:05:52 +0200
committerGerd Möllmann <gerd@gnu.org>2022-09-19 07:14:58 +0200
commit97b928ce09d6034ebcb541fb548e5d4862302add (patch)
treedf65becff167bab338374152b26bd36d77ce2179 /etc
parenta2f9788cbc5f514da5f11d9f875fd7482bb00732 (diff)
downloademacs-97b928ce09d6034ebcb541fb548e5d4862302add.tar.gz
MacOS ld warning from native compilation (bug#57849)
* lisp/emacs-lisp/comp.el (native-comp-driver-options): Add "-Wl,-w" on Darwin systems. * etc/NEWS: Describe change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8694b575a7a..6e5ddfa0662 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -30,6 +30,15 @@ with a prefix argument or by typing 'C-u C-h C-n'.
* Changes in Specialized Modes and Packages in Emacs 28.3
+** 'native-comp-driver-options' on macOS
+
+The value of 'native-comp-driver-options' has been changed to contain
+"-Wl,-w" to suppress warnings of the form
+
+ ld: warning: -undefined dynamic_lookup may not work with chained fixups
+
+emitted during native compilation on macOS 12.6 with Xcode 14.
+
* New Modes and Packages in Emacs 28.3