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]

[3.3 patch] Fix m68k-*-linux* configuration


This fixes the m68k-*-linux* configuration to build the full list of
crtbegin/crtend files.  OK?

Andreas.

2003-06-26  Andreas Schwab  <schwab@suse.de>

	* config.gcc (m68k-*-linux*): Don't override extra_parts and
	gnu_ld, use the generic *-*-linux* settings instead.

Index: gcc/config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.266.2.8
diff -u -p -a -u -p -a -r1.266.2.8 gcc/config.gcc
--- gcc/config.gcc	3 Jun 2003 08:51:50 -0000	1.266.2.8
+++ gcc/config.gcc	26 Jun 2003 09:47:05 -0000
@@ -1740,8 +1740,6 @@ m68k-*-linux*)		# Motorola m68k's runnin
 				# aka the GNU/Linux C library 6.
 	tm_file=m68k/linux.h
 	tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
-	extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
-	gnu_ld=yes
 	;;
 m68k-*-psos*)
 	tmake_file=m68k/t-m68kbare

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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