diff options
author | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 1998-05-08 02:01:41 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 1998-05-08 02:01:41 +0000 |
commit | 0d33d22e9ff0d6cba03b7ef6f099f215b260c7e1 (patch) | |
tree | 73589563cb2b7d3fa5d76a08d6d656e60ec3a8d5 | |
parent | 32f65aa0fccfa106c54de2250745e903eca228cd (diff) | |
download | gcc-0d33d22e9ff0d6cba03b7ef6f099f215b260c7e1.zip gcc-0d33d22e9ff0d6cba03b7ef6f099f215b260c7e1.tar.gz gcc-0d33d22e9ff0d6cba03b7ef6f099f215b260c7e1.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/m68k/t-linux | 14 |
2 files changed, 5 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 648e6ce..44d3005 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri May 8 10:57:33 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * config/m68k/t-linux: Remove extra stuff already included in + config/t-linux. + Fri May 8 09:53:24 Paul Eggert <eggert@twinsun.com> * fixinc.wrap: Renamed from fixinc.math. Put wrapper around diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 7c2e5e3..99dc452 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 |