diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-26 16:34:32 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-26 16:34:32 +0000 |
commit | 10d6ea27dc89bb05301d134e0703958a5d58d34e (patch) | |
tree | cd12e72de8dd46d27604367119ad74b3fcb2a043 /gcc/config.gcc | |
parent | 8d4ce389228d4c29caff51712de88952b72ed212 (diff) | |
download | gcc-10d6ea27dc89bb05301d134e0703958a5d58d34e.zip gcc-10d6ea27dc89bb05301d134e0703958a5d58d34e.tar.gz gcc-10d6ea27dc89bb05301d134e0703958a5d58d34e.tar.bz2 |
coff.h: Don't include dbxcoff.h.
* config/sh/coff.h: Don't include dbxcoff.h.
* config.gcc: List it here.
From-SVN: r68537
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c2a36a2..f9c8e41 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1808,7 +1808,7 @@ sh-*-rtemself*) ;; sh-*-rtems*) tmake_file="sh/t-sh t-rtems" - tm_file="${tm_file} sh/coff.h sh/rtems.h rtems.h" + tm_file="${tm_file} dbxcoff.h sh/coff.h sh/rtems.h rtems.h" if test x$enable_threads = xyes; then thread_file='rtems' fi @@ -1876,7 +1876,7 @@ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \ esac ;; sh-*-*) - tm_file="${tm_file} sh/coff.h" + tm_file="${tm_file} dbxcoff.h sh/coff.h" ;; sparc-tti-*) tm_file="${tm_file} sparc/pbd.h" |