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)
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.


No differences found