From: Hans-Peter Nilsson Date: Sat, 15 Dec 2007 21:34:23 +0000 (+0000) Subject: config.host (crisv32-*-elf, [...]): New, same as cris-*-elf and cris-*-none. X-Git-Tag: releases/gcc-4.3.0~965 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4081d704757b1ea2729261b7cc9aa03c311708b4;p=thirdparty%2Fgcc.git 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 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 6f86dcd28978..e38b757e6a14 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2007-12-15 Hans-Peter Nilsson + + * 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 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts. diff --git a/libgcc/config.host b/libgcc/config.host index 76f0ab748223..5374455aa117 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) ;;