From: Andreas Schwab Date: Fri, 8 May 1998 02:01:41 +0000 (+0000) Subject: t-linux: Remove extra stuff already included in config/t-linux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d33d22e9ff0d6cba03b7ef6f099f215b260c7e1;p=gcc.git 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 --- 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