diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-11-29 10:54:41 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:56 +0200 |
commit | 763f4bef0d7bec67a90ced2dedbafc9bc46de6de (patch) | |
tree | 2cc4d968f89b98c7ac567b89560c6a324078466c /ChangeLog | |
parent | 6c69296d41273d98e59b84000bf93c37c7ff5f03 (diff) |
2006-11-29 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac (disable_smashing_stack_protector): New conditional, set
depending on the compiler accepting `-fstack-protector' or not.
* Makefile.am (CFLAGS): Add `-fno-stack-protector' if
`disable_smashing_stack_protector' is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-11-29 Thomas Schwinge <tschwinge@gnu.org> + + * configure.ac (disable_smashing_stack_protector): New conditional, set + depending on the compiler accepting `-fstack-protector' or not. + * Makefile.am (CFLAGS): Add `-fno-stack-protector' if + `disable_smashing_stack_protector' is set. + 2006-11-28 Thomas Schwinge <tschwinge@gnu.org> * doc/Makefrag.am ($(srcdir)/doc/version.texi): Oppress a potential |