From: Donald Lindsay Date: Mon, 23 Oct 2000 18:54:12 +0000 (+0000) Subject: m68k-coff removed libgloss to fix a multiple definition of crt0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=261f21e70d1b57bcc47377ba1a2a5fab913bcaa9;p=gcc.git m68k-coff removed libgloss to fix a multiple definition of crt0 From-SVN: r37020 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b8d1ab67723..54850b414d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 18 11:16:40 2000 Donald Lindsay + + * 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 * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can diff --git a/gcc/configure.in b/gcc/configure.in index 1e96471b06c..e3b21ec5554 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 ;;