head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.09.18.01.10.12;	author gerald;	state dead;
branches;
next	1.1;

1.1
date	2010.09.12.02.18.46;	author gerald;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to the 20100916 snapshot of GCC 4.5.2 which already includes one of
my two patches for ia64.
@
text
@2010-09-09  Gerald Pfeifer  <gerald@@pfeifer.com>
	    Andrew Pinski  <pinskia@@gmail.com>

	PR target/40959	
	* config.host (ia64*-*-freebsd*): Set extra_parts.  Set tmake_file.


Index: libgcc/config.host
===================================================================
--- libgcc/config.host	(revision 163977)
+++ libgcc/config.host	(working copy)
@@@@ -347,6 +347,8 @@@@
 	tmake_file="ia64/t-ia64"
 	;;
 ia64*-*-freebsd*)
+	extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
+	tmake_file="ia64/t-ia64"
 	;;
 ia64*-*-linux*)
 	extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
@


1.1
log
@Update to the 20100909 snapshot of GCC 4.5.2.  With two new local patches
(one a backport of a patch of mine from GCC 4.6 development, the other a
first hack) FreeBSD/ia64 is now back working and ia64 can become part of
ONLY_FOR_ARCHS.
@
text
@@

