aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libgcc/config/tilepro/t-crtstuff
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libgcc/config/tilepro/t-crtstuff')
-rw-r--r--gcc-4.9/libgcc/config/tilepro/t-crtstuff4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.9/libgcc/config/tilepro/t-crtstuff b/gcc-4.9/libgcc/config/tilepro/t-crtstuff
new file mode 100644
index 000000000..eddc45ce9
--- /dev/null
+++ b/gcc-4.9/libgcc/config/tilepro/t-crtstuff
@@ -0,0 +1,4 @@
+# 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