From 0d33d22e9ff0d6cba03b7ef6f099f215b260c7e1 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 8 May 1998 02:01:41 +0000 Subject: [PATCH] t-linux: Remove extra stuff already included in config/t-linux. * config/m68k/t-linux: Remove extra stuff already included in config/t-linux. From-SVN: r19630 --- gcc/ChangeLog | 5 +++++ gcc/config/m68k/t-linux | 14 -------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 648e6ce77e9..44d30059308 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri May 8 10:57:33 1998 Andreas Schwab + + * config/m68k/t-linux: Remove extra stuff already included in + config/t-linux. + Fri May 8 09:53:24 Paul Eggert * fixinc.wrap: Renamed from fixinc.math. Put wrapper around diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 7c2e5e3b84a..99dc4522ea4 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -1,16 +1,2 @@ -# Don't run fixproto -STMP_FIXPROTO = # On GNU/Linux we can print long double ENQUIRE_CFLAGS = -DNO_MEM -O0 -# Don't install assert.h -INSTALL_ASSERT_H = -# Compile crtbeginS.o and crtendS.o with pic. -CRTSTUFF_T_CFLAGS_S = -fPIC -# Compile libgcc2.a with pic. -TARGET_LIBGCC2_CFLAGS = -fPIC -# Don't install assert.h -INSTALL_ASSERT_H = -# Compile crtbeginS.o and crtendS.o with pic. -CRTSTUFF_T_CFLAGS_S = -fPIC -# Compile libgcc2.a with pic. -TARGET_LIBGCC2_CFLAGS = -fPIC -- 2.30.2