[libpng15] Revised stack marking in arm/filter_neon.S and configure.ac

This commit is contained in:
Glenn Randers-Pehrson
2013-04-23 08:59:38 -05:00
parent cdede7664e
commit 880636292c
4 changed files with 10 additions and 12 deletions

View File

@@ -166,11 +166,6 @@ AC_ARG_WITH(binconfigs,
[binconfigs='${binconfigs}'])
AC_SUBST([binconfigs])
# 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], [-Wa,--noexecstack])
AC_ARG_ENABLE([arm-neon],
AS_HELP_STRING([[[--enable-arm-neon]]],
[Enable ARM NEON optimizations: =off, check, api, on:]