m68k-coff removed libgloss to fix a multiple definition of crt0
authorDonald Lindsay <dlindsay@cygnus.com>
Mon, 23 Oct 2000 18:54:12 +0000 (18:54 +0000)
committerDon Lindsay <dlindsay@gcc.gnu.org>
Mon, 23 Oct 2000 18:54:12 +0000 (18:54 +0000)
From-SVN: r37020

gcc/ChangeLog
gcc/configure.in

index b8d1ab6..54850b4 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
 
        * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
index 1e96471..e3b21ec 100644 (file)
@@ -2423,7 +2423,7 @@ changequote([,])dnl
                ;;
        m68k-*-coff*)
                tmake_file=m68k/t-m68kbare
-               tm_file="m68k/m68k-coff.h dbx.h libgloss.h"
+               tm_file="m68k/m68k-coff.h dbx.h"
                extra_headers=math-68881.h
                float_format=m68k
                ;;