aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390/tpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/tpf.h')
-rw-r--r--gcc/config/s390/tpf.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h
index 8ba13e25412..e6a016a7771 100644
--- a/gcc/config/s390/tpf.h
+++ b/gcc/config/s390/tpf.h
@@ -54,9 +54,13 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#undef STACK_POINTER_OFFSET
#define STACK_POINTER_OFFSET 448
-/* When building for TPF, set a generic default target that is 64 bits. */
+/* When building for TPF, set a generic default target that is 64 bits.
+ Also, enable TPF profiling support and the standard backchain by default. */
#undef TARGET_DEFAULT
-#define TARGET_DEFAULT 0xb3
+#define TARGET_DEFAULT (MASK_64BIT | MASK_ZARCH | MASK_HARD_FLOAT \
+ | MASK_TPF_PROFILING)
+#undef TARGET_DEFAULT_BACKCHAIN
+#define TARGET_DEFAULT_BACKCHAIN "1"
/* Exception handling. */