summaryrefslogtreecommitdiff
path: root/libgcc/config/s390/t-crtstuff
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/s390/t-crtstuff')
-rw-r--r--libgcc/config/s390/t-crtstuff6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff
new file mode 100644
index 0000000000..92e87b2da7
--- /dev/null
+++ b/libgcc/config/s390/t-crtstuff
@@ -0,0 +1,6 @@
+# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
+# because then __FRAME_END__ might not be the last thing in .eh_frame
+# section.
+CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
+CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
+