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]

patch for m68k-coff configure.in




Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@.cygnus.com>

	* gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
	since this (only) drags in a crt0.o reference that the .ld files
	also introduce.
	

Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.434
diff -d -c -p -r1.434 configure.in
*** configure.in	2000/10/08 23:20:17	1.434
--- configure.in	2000/10/18 18:38:18
*************** changequote([,])dnl
*** 2417,2423 ****
  		;;
  	m68k-*-coff*)
  		tmake_file=m68k/t-m68kbare
! 		tm_file="m68k/m68k-coff.h dbx.h libgloss.h"
  		extra_headers=math-68881.h
  		float_format=m68k
  		;;
--- 2417,2423 ----
  		;;
  	m68k-*-coff*)
  		tmake_file=m68k/t-m68kbare
! 		tm_file="m68k/m68k-coff.h dbx.h"
  		extra_headers=math-68881.h
  		float_format=m68k
  		;;


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