diff options
author | Andy Polyakov <appro@openssl.org> | 2011-09-05 18:31:51 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2011-09-05 18:31:51 +0200 |
commit | f95271674502bb22b8cea71f943bc63e8e0091d3 (patch) | |
tree | 14043adcff6af20d78dfc624c079836295c073d4 /config | |
parent | crypto/bn/bn_gf2m.c: make it work with BN_DEBUG. (diff) | |
download | openssl-f95271674502bb22b8cea71f943bc63e8e0091d3.tar.xz openssl-f95271674502bb22b8cea71f943bc63e8e0091d3.zip |
config: don't add -Wa options with no-asm.
Diffstat (limited to 'config')
-rwxr-xr-x | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -841,6 +841,7 @@ esac # options="$options -DATALLA" #fi +! expr "$options" : '.*no\-asm' > /dev/null && \ ($CC -Wa,--help -c -o /dev/null -x assembler /dev/null 2>&1 | \ grep \\--noexecstack) 2>&1 > /dev/null && \ options="$options -Wa,--noexecstack" |