public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Libgcc build fix for ia64-unknown-elf
@ 2007-11-20 20:49 Rask Ingemann Lambertsen
  2007-11-20 22:48 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Rask Ingemann Lambertsen @ 2007-11-20 20:49 UTC (permalink / raw)
  To: gcc-patches

   The build fails because make doesn't know how to build crt*.o. This patch
fixes it. Tested by building a cross compiler for ia64-unknown-elf. Ok for
trunk?

2007-11-20  Rask Ingemann Lambertsen  <rask@sygehus.dk>

	* config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.

Index: libgcc/config.host
===================================================================
--- libgcc/config.host	(revision 129967)
+++ libgcc/config.host	(working copy)
@@ -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*)
 	;;

-- 
Rask Ingemann Lambertsen
Danish law requires addresses in e-mail to be logged and stored for a year

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Libgcc build fix for ia64-unknown-elf
  2007-11-20 20:49 [PATCH] Libgcc build fix for ia64-unknown-elf Rask Ingemann Lambertsen
@ 2007-11-20 22:48 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2007-11-20 22:48 UTC (permalink / raw)
  To: gcc-patches

Rask Ingemann Lambertsen wrote:
>    The build fails because make doesn't know how to build crt*.o. This patch
> fixes it. Tested by building a cross compiler for ia64-unknown-elf. Ok for
> trunk?

Okay.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-20 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-20 20:49 [PATCH] Libgcc build fix for ia64-unknown-elf Rask Ingemann Lambertsen
2007-11-20 22:48 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).