[PyPy-issue] [issue610] The generated pypy binary is unnecessarily flagged as needing an executable stack
Dave Malcolm
pypy-dev-issue at codespeak.net
Thu Dec 16 20:11:04 CET 2010
Dave Malcolm <dmalcolm at redhat.com> added the comment:
To be pedantic, with:
LDFLAGS=--no-exec-stack make pypy
the option wasn't making it to the "gcc" invocation, whereas with:
make pypy LDFLAGSEXTRA=--no-exec-stack
the option _does_ appear in gcc's invocation.
However in both cases, the ELF file is still erroneously flagged :(
_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue610>
_______________________________________________________
More information about the Pypy-issue
mailing list