diff options
| author | dlindsay <dlindsay@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-23 18:54:12 +0000 |
|---|---|---|
| committer | dlindsay <dlindsay@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-23 18:54:12 +0000 |
| commit | 87b89821c43bfb3355bcfe25a67e1a2d351ecfa2 (patch) | |
| tree | 340ae01275ac790c22fcbf200ec3d30fcd8ccb62 | |
| parent | 4284e4771dd6ee2ea9df73ecb1beb5c376c632d4 (diff) | |
| download | ppe42-gcc-87b89821c43bfb3355bcfe25a67e1a2d351ecfa2.tar.gz ppe42-gcc-87b89821c43bfb3355bcfe25a67e1a2d351ecfa2.zip | |
m68k-coff removed libgloss to fix a multiple definition of crt0
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37020 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
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 <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 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 ;; |

