unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* remove -prebind on macOS?
@ 2019-01-30 12:39 Robert Pluim
  2019-02-01 16:47 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Pluim @ 2019-01-30 12:39 UTC (permalink / raw)
  To: emacs-devel

Every time I build on macos I get a warning about the '-prebind' option
passed to LD. As far as I can tell, that option has been obsolete and
without effect since macOS 10.3. Can we remove it yet?

Robert

diff --git i/configure.ac w/configure.ac
index 7529719429..16491a95d5 100644
--- i/configure.ac
+++ w/configure.ac
@@ -5395,7 +5395,7 @@ AC_DEFUN
    else
      libs_nsgui=
    fi
-   LD_SWITCH_SYSTEM_TEMACS="-fno-pie -prebind $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
+   LD_SWITCH_SYSTEM_TEMACS="-fno-pie $libs_nsgui -Xlinker -headerpad -Xlinker $headerpad_extra"
 
    ## This is here because src/Makefile.in did some extra fiddling around
    ## with LD_SWITCH_SYSTEM.  It seems cleaner to put this in



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-01 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 12:39 remove -prebind on macOS? Robert Pluim
2019-02-01 16:47 ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).