diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2010-04-02 05:02:18 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2010-04-02 05:02:18 +0200 |
commit | c1b14424c8ca5f9591b63d92ea946d0cf9b66ab3 (patch) | |
tree | bd2d37860761275edfb2fa4b3bd7e6841acefcd7 | |
parent | 2bc40daaf504c7e955cf67d60372e1eb83888db2 (diff) | |
download | gcc-c1b14424c8ca5f9591b63d92ea946d0cf9b66ab3.zip gcc-c1b14424c8ca5f9591b63d92ea946d0cf9b66ab3.tar.gz gcc-c1b14424c8ca5f9591b63d92ea946d0cf9b66ab3.tar.bz2 |
config.host: Add lm32-*-rtems*.
2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host: Add lm32-*-rtems*.
From-SVN: r157939
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b2fe535..eee8b3d 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org> + + * config.host: Add lm32-*-rtems*. + 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> Uros Bizjak <ubizjak@gmail.com> diff --git a/libgcc/config.host b/libgcc/config.host index 86159b7..ecfeb55 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -357,7 +357,7 @@ ia64-hp-*vms*) ;; iq2000*-*-elf*) ;; -lm32-*-elf*) +lm32-*-elf*|lm32-*-rtems*) extra_parts="crtbegin.o crtend.o crti.o crtn.o" tmake_file="lm32/t-lm32 lm32/t-elf t-softfp" ;; |