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

This commit is contained in:
Glenn Randers-Pehrson
2013-04-25 09:53:57 -05:00
parent 399430dac2
commit 34d20f482f
5 changed files with 13 additions and 49 deletions

View File

@@ -226,11 +226,6 @@ AC_ARG_WITH(libpng-prefix,
fi])
AM_CONDITIONAL([DO_PNG_PREFIX], [test "${with_libpng_prefix:-no}" != "no"])
# 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:]