diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-04 05:48:40 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-04 05:48:40 +0000 |
commit | f981034647ef3d37462f217c9aec241a1ab4c799 (patch) | |
tree | 333c0a894c5337c5cbbeccc4e38db11b9ee43553 /gcc/config.gcc | |
parent | 373743d1695da5688d26874f4a74257f6d1ddb77 (diff) | |
download | gcc-f981034647ef3d37462f217c9aec241a1ab4c799.tar.gz |
2011-07-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 175793 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@175795 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 73c47d72efe..c77f40b0199 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -245,7 +245,9 @@ md_file= # Obsolete configurations. case ${target} in - i[34567]86-*-interix3* \ + alpha*-dec-osf5.1* \ + | i[34567]86-*-interix3* \ + | mips-sgi-irix6.5 \ | mips*-*-openbsd* \ | score-* \ | *-*-solaris2.8* \ @@ -2245,7 +2247,6 @@ score-*-elf) tm_file="dbxelf.h elfos.h score/elf.h score/score.h newlib-stdint.h" extra_parts="crti.o crtn.o crtbegin.o crtend.o" tmake_file="${tmake_file} score/t-score-elf score/t-score-softfp soft-fp/t-softfp" - extra_objs="score7.o" ;; sh-*-elf* | sh[12346l]*-*-elf* | \ sh-*-linux* | sh[2346lbe]*-*-linux* | \ |