aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-02-22 23:46:46 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2003-02-22 23:46:46 +0000
commitd2c172bf5bea9600cbc2dd5877af04f574c41867 (patch)
treea9f6a4f9ad99959db3bee6c93ee070d10631ef90 /gcc/config.gcc
parentb3de7382fa418d20b57053820afb9a61654332c4 (diff)
downloadgcc-d2c172bf5bea9600cbc2dd5877af04f574c41867.zip
gcc-d2c172bf5bea9600cbc2dd5877af04f574c41867.tar.gz
gcc-d2c172bf5bea9600cbc2dd5877af04f574c41867.tar.bz2
config.gcc: Delete references to m68k/t-linux and m68k/t-linux-aout.
* 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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b76fbd8..9d5cc40 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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