mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Added --noexecstack to assembler file compilation.
This commit is contained in:
parent
c4253c4683
commit
7006dc4c6a
@ -189,6 +189,11 @@ AC_SUBST([binconfigs])
|
|||||||
# here (this may by GCC specific)
|
# here (this may by GCC specific)
|
||||||
AC_SUBST([AM_CCASFLAGS], [--noexecstack])
|
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_ARG_ENABLE([arm-neon],
|
||||||
AC_HELP_STRING([--enable-arm-neon], [Enable ARM NEON optimizations]),
|
AC_HELP_STRING([--enable-arm-neon], [Enable ARM NEON optimizations]),
|
||||||
[if test "${enableval}" = yes; then
|
[if test "${enableval}" = yes; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user