diff options
Diffstat (limited to 'contrib/gcc/config/s390/t-crtstuff')
-rw-r--r-- | contrib/gcc/config/s390/t-crtstuff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/s390/t-crtstuff b/contrib/gcc/config/s390/t-crtstuff new file mode 100644 index 0000000..5572e6b --- /dev/null +++ b/contrib/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 |