# HG changeset patch # User Tassilo Philipp # Date 1495671212 -7200 # Node ID 91fd7be165f1943ca96368ea767cb91aeeb7a589 # Parent 050e60ed28c4b8cc4d46f40272417ba1000aa6aa - also testing no flags at all, for asflags rw- detection diff -r 050e60ed28c4 -r 91fd7be165f1 configure --- a/configure Thu May 25 01:19:00 2017 +0200 +++ b/configure Thu May 25 02:13:32 2017 +0200 @@ -221,7 +221,7 @@ # Check var to be used, which depends on inference rules of this platform. E.g. ASFLAGS is only common on GNU, and # on some other platforms only CFLAGS is the only one used, others use AFLAGS with cc and thus need -Wa,... Check # makes use of the config written so far, so use '+=' to not overwrite vars. - for f in "ASFLAGS+=-Wa,--noexecstack" "ACFLAGS+=-Wa,--noexecstack" "AFLAGS+=--noexecstack" "AFLAGS+=-Wa,--noexecstack" "CFLAGS+=-Wa,--noexecstack"; do + for f in "" "ASFLAGS+=-Wa,--noexecstack" "ACFLAGS+=-Wa,--noexecstack" "AFLAGS+=--noexecstack" "AFLAGS+=-Wa,--noexecstack" "CFLAGS+=-Wa,--noexecstack"; do # dummy makefile triggering inference rules, reflecting dyncall's build make -f - <