darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for Darwin >= 9.
authorIain Sandoe <iains@gcc.gnu.org>
Thu, 29 Sep 2011 07:17:42 +0000 (07:17 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 29 Sep 2011 07:17:42 +0000 (07:17 +0000)
gcc:

* config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
Darwin >= 9.

From-SVN: r179332

gcc/ChangeLog
gcc/config/darwin9.h

index e853b15faf335cbc9b166e273a04f13c5f42d9f7..42c50e8c9c667af6c0fbce79be1025db6ee38127 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-29  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
+       Darwin >= 9.
+
 2011-09-28  David S. Miller  <davem@davemloft.net>
 
        * config/sparc/sparc.md (UNSPEC_FCMPLE, UNSPEC_FCMPNE,
index 3b479122411603cee18a30b6aa7b4d1a32706260..483a7e5269cfb4a95f468534de6fea1aef1b2963 100644 (file)
@@ -55,3 +55,5 @@ along with GCC; see the file COPYING3.  If not see
 #undef DEF_MIN_OSX_VERSION
 #define DEF_MIN_OSX_VERSION "10.5"
 
+#undef STACK_CHECK_STATIC_BUILTIN
+#define STACK_CHECK_STATIC_BUILTIN 1