summaryrefslogtreecommitdiffstats
path: root/gcc/config/s390
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-29 19:59:25 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-29 19:59:25 +0000
commit1b2d98e9be6a6dafb6c38528fab9f34f6d461f95 (patch)
tree4c5b7ccda61639c2bf296dae57cfab011d10f267 /gcc/config/s390
parent98630d349b5ac60e52eadbed062cc73028c13e95 (diff)
downloadppe42-gcc-1b2d98e9be6a6dafb6c38528fab9f34f6d461f95.tar.gz
ppe42-gcc-1b2d98e9be6a6dafb6c38528fab9f34f6d461f95.zip
* config/s390/t-crtstuff: New target makefile fragment.
* config.gcc [s390-*-linux, s390x-*-linux]: Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390')
-rw-r--r--gcc/config/s390/t-crtstuff4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/s390/t-crtstuff b/gcc/config/s390/t-crtstuff
new file mode 100644
index 00000000000..5572e6bf54e
--- /dev/null
+++ b/gcc/config/s390/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
OpenPOWER on IntegriCloud