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
This commit is contained in:
Hans-Peter Nilsson 2007-12-15 21:34:23 +00:00 committed by Hans-Peter Nilsson
parent 0678581243
commit 4081d70475
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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)
;;