From 994652eca191c8909c2cb02880209b383477adfa Mon Sep 17 00:00:00 2001 From: krebbel Date: Fri, 4 Nov 2011 19:05:36 +0000 Subject: [PATCH] 2011-11-04 Andreas Krebbel * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180976 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 5 +++++ libgcc/config/s390/t-crtstuff | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index df6ad30..ec06a09 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2011-11-04 Andreas Krebbel + + * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S + variable. + 2011-11-04 Georg-Johann Lay PR target/50931 diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff index 92e87b2..f90e35b 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 -- 2.7.4