]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (crisv32-*-elf, [...]): New, same as cris-*-elf and cris-*-none.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 15 Dec 2007 21:34:23 +0000 (21:34 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 15 Dec 2007 21:34:23 +0000 (21:34 +0000)
* config.host (crisv32-*-elf, crisv32-*-none): New, same as
cris-*-elf and cris-*-none.
(crisv32-*-linux*): Similar, as cris-*-linux*.

From-SVN: r130964

libgcc/ChangeLog
libgcc/config.host

index 6f86dcd28978b8b110b35a7aa64f4eea09f533d2..e38b757e6a14fbad5b29659feac8c26bd0809254 100644 (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.
index 76f0ab7482232ade30fa9a6510a1a8f58461122c..5374455aa11719f7d8f2a4193412a252a7e6e3cc 100644 (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)
        ;;