make configure try to disable stack protector
authorRich Felker <dalias@aerifal.cx>
Thu, 7 Jun 2012 02:00:08 +0000 (22:00 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 7 Jun 2012 02:00:08 +0000 (22:00 -0400)
commit0c5efde8d06670e8709e3bff548921b05a7da692
tree77c9c3d8a4e3e3f93231d0da208c56425929ec61
parent08f70a30c00c587856a95d5951fb486269e4f651
make configure try to disable stack protector

in theory we could support stack protector in the libc itself, and
users wanting to experiment with such usage could add
-fstack-protector to CFLAGS intentionally. but to avoid breakage in
the default case, override broken distro-patched gcc that forces stack
protector on.
configure