From: Ralf Corsepius Date: Thu, 25 Oct 2012 12:06:06 +0000 (+0200) Subject: config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. X-Git-Tag: releases/gcc-4.8.0~2554 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43a8f1a1c3fdd9b629d0495a44b417012d756f99;p=thirdparty%2Fgcc.git config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. 2012-10-25 Ralf Corsépius * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. From-SVN: r192805 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 7655ac83ba73..3f17f3f17695 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-25 Ralf Corsépius + + * config.host (sparc64-*-rtems*): Remove sparc/t-elf. + 2012-10-25 Ralf Corsépius * config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts. diff --git a/libgcc/config.host b/libgcc/config.host index 301c06ec658a..863b3c9f9878 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1053,7 +1053,7 @@ sparc64-*-elf*) extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc64-*-rtems*) - tmake_file="$tmake_file sparc/t-elf t-crtfm" + tmake_file="$tmake_file t-crtfm" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc-wrs-vxworks)