config.gcc: Delete references to m68k/t-linux and m68k/t-linux-aout.
authorAndreas Schwab <schwab@suse.de>
Sat, 22 Feb 2003 23:46:46 +0000 (23:46 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 22 Feb 2003 23:46:46 +0000 (23:46 +0000)
* config.gcc: Delete references to m68k/t-linux and
m68k/t-linux-aout.
* config/m68k/t-linux, config/m68k/t-linux-aout: Removed.

From-SVN: r63305

gcc/ChangeLog
gcc/config.gcc
gcc/config/m68k/t-linux [deleted file]
gcc/config/m68k/t-linux-aout [deleted file]

index b0b4df8c8f50c80826693b839d21c195cbb2c84f..1722c578d48e2f74da5fbfd21e08de359903612e 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-23  Andreas Schwab  <schwab@suse.de>
+
+       * config.gcc: Delete references to m68k/t-linux and
+       m68k/t-linux-aout.
+       * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
+
 Sat Feb 22 20:22:19 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * toplev.c (rest_of_compilation):  Apply fotgotten hunk
index b76fbd8326fe1f67c84843e757f84ebeb742bfd8..9d5cc40f8ac3bd166f357d50db1fa1d999be4039 100644 (file)
@@ -1654,14 +1654,14 @@ m68k-*-sysv4*)                  # Motorola m68k's running system V.4
 m68k-*-linux*aout*)            # Motorola m68k's running GNU/Linux
                                # with a.out format
        tm_file=m68k/linux-aout.h
-       tmake_file="t-linux-aout m68k/t-linux-aout"
+       tmake_file="t-linux-aout"
        gnu_ld=yes
        ;;
 m68k-*-linux*libc1)            # Motorola m68k's running GNU/Linux
                                # with ELF format using the
                                # GNU/Linux C library 5
        tm_file=m68k/linux.h
-       tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1 m68k/t-linux"
+       tmake_file="t-slibgcc-elf-ver t-linux t-linux-gnulibc1"
        extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
        gnu_ld=yes
        ;;
@@ -1669,7 +1669,7 @@ m68k-*-linux*)            # Motorola m68k's running GNU/Linux
                                # with ELF format using glibc 2
                                # aka the GNU/Linux C library 6.
        tm_file=m68k/linux.h
-       tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
+       tmake_file="t-slibgcc-elf-ver t-linux"
        ;;
 m68k-*-psos*)
        tmake_file=m68k/t-m68kbare
diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux
deleted file mode 100644 (file)
index 99dc452..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# On GNU/Linux we can print long double
-ENQUIRE_CFLAGS = -DNO_MEM -O0
diff --git a/gcc/config/m68k/t-linux-aout b/gcc/config/m68k/t-linux-aout
deleted file mode 100644 (file)
index 99dc452..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# On GNU/Linux we can print long double
-ENQUIRE_CFLAGS = -DNO_MEM -O0