diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2012-10-25 14:06:06 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2012-10-25 14:06:06 +0200 |
commit | 43a8f1a1c3fdd9b629d0495a44b417012d756f99 (patch) | |
tree | dd5beaa2f2c04c445ac08cc95c1aee8fda5906d1 /libgcc/config.host | |
parent | 9c370032cf787513298297be04ddf8b02ac2f336 (diff) | |
download | gcc-43a8f1a1c3fdd9b629d0495a44b417012d756f99.zip gcc-43a8f1a1c3fdd9b629d0495a44b417012d756f99.tar.gz gcc-43a8f1a1c3fdd9b629d0495a44b417012d756f99.tar.bz2 |
config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
2012-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (sh*-*-rtems*): Add sh*-*-elf*'s extra_parts.
From-SVN: r192805
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 301c06e..863b3c9 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) |