diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-15 21:34:23 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-15 21:34:23 +0000 |
commit | 877d7f12ae515927218e2353377555436af6d590 (patch) | |
tree | 601924f645731ed47e6433c8776ca23b9e256df5 /libgcc | |
parent | 176e287aa9d86dec4827b71d217f799ec5e7d5f3 (diff) | |
download | gcc-877d7f12ae515927218e2353377555436af6d590.tar.gz |
* config.host (crisv32-*-elf, crisv32-*-none): New, same as
cris-*-elf and cris-*-none.
(crisv32-*-linux*): Similar, as cris-*-linux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130964 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-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 6f86dcd2897..e38b757e6a1 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 76f0ab74822..5374455aa11 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) ;; |