diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b43307062e8..7adbc042c26 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-04 Trevor Saunders <tsaunders@mozilla.com> + + * config.host: Remove support for score-*. + 2014-09-22 Joseph Myers <joseph@codesourcery.com> * dfp-bit.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Remove. diff --git a/libgcc/config.host b/libgcc/config.host index a17d2fa5654..cd3139f8f37 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -167,9 +167,6 @@ powerpc*-*-*) ;; rs6000*-*-*) ;; -score*-*-*) - cpu_type=score - ;; sparc64*-*-*) cpu_type=sparc ;; @@ -1051,10 +1048,6 @@ s390x-ibm-tpf*) extra_parts="crtbeginS.o crtendS.o" md_unwind_header=s390/tpf-unwind.h ;; -score-*-elf) - tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp" - extra_parts="$extra_parts crti.o crtn.o" - ;; sh-*-elf* | sh[12346l]*-*-elf*) tmake_file="$tmake_file sh/t-sh t-crtstuff-pic t-fdpbit" extra_parts="$extra_parts crt1.o crti.o crtn.o crtbeginS.o crtendS.o \ |