* config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
authorRask Ingemann Lambertsen <rask@sygehus.dk>
Tue, 20 Nov 2007 18:11:07 +0000 (19:11 +0100)
committerRask Ingemann Lambertsen <rask@gcc.gnu.org>
Tue, 20 Nov 2007 18:11:07 +0000 (18:11 +0000)
From-SVN: r130319

libgcc/ChangeLog
libgcc/config.host

index b0570dcab8b645ae9607f83a3380be94968175b9..6f86dcd28978b8b110b35a7aa64f4eea09f533d2 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>
+
+       * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
+
 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR regression/33926
index e76dff5707ac8e212636aa8778c929e0387f5f10..76f0ab7482232ade30fa9a6510a1a8f58461122c 100644 (file)
@@ -384,6 +384,8 @@ i[34567]86-*-interix3*)
 i[34567]86-*-kaos*)
        ;;
 ia64*-*-elf*)
+       extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
+       tmake_file="ia64/t-ia64"
        ;;
 ia64*-*-freebsd*)
        ;;