diff options
Diffstat (limited to 'libgcc/config/s390/t-crtstuff')
-rw-r--r-- | libgcc/config/s390/t-crtstuff | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff index 92e87b2da7e..f90e35b7220 100644 --- a/libgcc/config/s390/t-crtstuff +++ b/libgcc/config/s390/t-crtstuff @@ -2,5 +2,4 @@ # 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 - +CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables -fPIC |