diff options
Diffstat (limited to 'gcc/config/s390/s390.h')
-rw-r--r-- | gcc/config/s390/s390.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index f361ce4d374..5b083aadbe6 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -80,6 +80,9 @@ extern const char *s390_stack_guard_string; /* Run-time target specification. */ +/* This will be overridden by OS headers. */ +#define TARGET_TPF 0 + /* Target CPU builtins. */ #define TARGET_CPU_CPP_BUILTINS() \ do \ |