diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-12-15 21:34:23 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-12-15 21:34:23 +0000 |
commit | 4081d704757b1ea2729261b7cc9aa03c311708b4 (patch) | |
tree | 601924f645731ed47e6433c8776ca23b9e256df5 | |
parent | 0678581243475bc169cfaaa260a6521c264c60d8 (diff) | |
download | gcc-4081d704757b1ea2729261b7cc9aa03c311708b4.zip gcc-4081d704757b1ea2729261b7cc9aa03c311708b4.tar.gz gcc-4081d704757b1ea2729261b7cc9aa03c311708b4.tar.bz2 |
config.host (crisv32-*-elf, [...]): New, same as cris-*-elf and cris-*-none.
* config.host (crisv32-*-elf, crisv32-*-none): New, same as
cris-*-elf and cris-*-none.
(crisv32-*-linux*): Similar, as cris-*-linux*.
From-SVN: r130964
-rw-r--r-- | libgcc/ChangeLog | 6 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 6f86dcd..e38b757 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2007-12-15 Hans-Peter Nilsson <hp@axis.com> + + * config.host (crisv32-*-elf, crisv32-*-none): New, same as + cris-*-elf and cris-*-none. + (crisv32-*-linux*): Similar, as cris-*-linux*. + 2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk> * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts. diff --git a/libgcc/config.host b/libgcc/config.host index 76f0ab7..5374455 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -264,10 +264,10 @@ c4x-* | tic4x-*) ;; cris-*-aout) ;; -cris-*-elf | cris-*-none) +crisv32-*-elf | crisv32-*-none | cris-*-elf | cris-*-none) extra_parts="crtbegin.o crtend.o" ;; -cris-*-linux*) +cris-*-linux* | crisv32-*-linux*) ;; crx-*-elf) ;; |