This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove obsolete m68k/t-linux{,-aout}


ENQUIRE_CFLAGS has been eliminated a long time ago.  Tested with
m68k-linux cross and committing as obvious.

Andreas.

2003-02-23  Andreas Schwab  <schwab at suse dot de>

	* config.gcc: Delete references to m68k/t-linux and
	m68k/t-linux-aout.
	* config/m68k/t-linux, config/m68k/t-linux-aout: Removed.

--- gcc/config.gcc.~1.283.~	2003-02-11 22:25:35.000000000 +0100
+++ gcc/config.gcc	2003-02-23 00:10:01.000000000 +0100
@@ -1654,14 +1654,14 @@ m68k-*-sysv4*)			# Motorola m68k's runni
 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 runnin
 				# 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
--- gcc/config/m68k/t-linux	1998-12-16 22:07:26.000000000 +0100
+++ /dev/null	2002-10-07 10:49:18.000000000 +0200
@@ -1,2 +0,0 @@
-# On GNU/Linux we can print long double
-ENQUIRE_CFLAGS = -DNO_MEM -O0
--- gcc/config/m68k/t-linux-aout	1998-12-16 22:07:27.000000000 +0100
+++ /dev/null	2002-10-07 10:49:18.000000000 +0200
@@ -1,2 +0,0 @@
-# On GNU/Linux we can print long double
-ENQUIRE_CFLAGS = -DNO_MEM -O0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]