config: config: detect if assembler supports --noexecstack and pass it down

[from HEAD].
This commit is contained in:
Andy Polyakov 2011-07-13 14:25:22 +00:00
parent 2a5e042c70
commit aade369737

4
config
View File

@ -822,6 +822,10 @@ esac
# options="$options -DATALLA"
#fi
($CC -Wa,--help -c -o /dev/null -x assembler /dev/null 2>&1 | \
grep \\--noexecstack) 2>&1 > /dev/null && \
options="$options -Wa,--noexecstack"
# gcc < 2.8 does not support -march=ultrasparc
if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ]
then