diff options
Diffstat (limited to 'gcc/config/t-linux')
-rw-r--r-- | gcc/config/t-linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/t-linux b/gcc/config/t-linux index 5fb71c98f9d..a5ef25c423b 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -17,7 +17,5 @@ # along with GCC; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. -# Compile crtbeginS.o and crtendS.o with pic. -CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC # Compile libgcc2.a with pic. TARGET_LIBGCC2_CFLAGS = -fPIC |