提交 7006dc4c 编写于 作者: J John Bowler 提交者: Glenn Randers-Pehrson

[libpng15] Added --noexecstack to assembler file compilation.

上级 c4253c46
......@@ -189,6 +189,11 @@ AC_SUBST([binconfigs])
# here (this may by GCC specific)
AC_SUBST([AM_CCASFLAGS], [--noexecstack])
# Because GCC by default assembles code with an executable stack, even though it
# compiles C code with a non-executable stack, it is necessary to do a fixup
# here (this may by GCC specific)
AC_SUBST([AM_CCASFLAGS], [--noexecstack])
AC_ARG_ENABLE([arm-neon],
AC_HELP_STRING([--enable-arm-neon], [Enable ARM NEON optimizations]),
[if test "${enableval}" = yes; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册