bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18784: Coultdn't compile emacs-24.4


From: Eli Zaretskii
Subject: bug#18784: Coultdn't compile emacs-24.4
Date: Mon, 16 Mar 2015 18:18:28 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Mon, 16 Mar 2015 09:09:52 -0400
> Cc: 18784@debbugs.gnu.org
> 
> > +if test "$GCC" = yes; then
> > +  # Disable PIE to avoid segfaults in temacs (bug#18780)
> > +  LD_SWITCH_SYSTEM_TEMACS="$LD_SWITCH_SYSTEM_TEMACS -nopie"
> > +fi
> 
> Hmm... is `-nopie' a linker-option or a compiler-option?

It's a GCC option, but at least my GCC doesn't recognize -nopie.  It
does recognize -fno-pie.

Anyway, please don't make that effective for every supported system;
e.g., I think it's wrong to do that for Windows, which always produces
PIE code.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]