diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-29 07:17:42 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-29 07:17:42 +0000 |
commit | df2d51d104198b64893c416145f73f2ed64e2ee6 (patch) | |
tree | 6a2a872ea0d1f5add53d8275d3664a695ee65795 /gcc/config/darwin9.h | |
parent | c5852d6f96a0d1152fcf118cbc825bc3a9f21233 (diff) | |
download | gcc-df2d51d104198b64893c416145f73f2ed64e2ee6.tar.gz |
gcc:
* config/darwin9.h (STACK_CHECK_STATIC_BUILTIN): Enable for
Darwin >= 9.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin9.h')
-rw-r--r-- | gcc/config/darwin9.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index 3b479122411..483a7e5269c 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -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 |