diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 2d12fd04042..192b4619465 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1270,6 +1270,12 @@ #endif +/* Define if your target C library provides stack protector support */ +#ifndef USED_FOR_TARGET +#undef TARGET_LIBC_PROVIDES_SSP +#endif + + /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #ifndef USED_FOR_TARGET #undef TIME_WITH_SYS_TIME |