]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Sep 2010 22:19:33 +0000 (22:19 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Sep 2010 22:19:33 +0000 (22:19 +0000)
    Andrew Pinski  <pinskia@gmail.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164132 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config.host

index aa5a736e42ed55a1869d5f66bf51da822593d0d5..c7eb7bff2480994b26bae798377a2da6a2e158c5 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/45524
index 9d9ae3a08de475145175e1ff6ef44cc3a99eb0ec..8024277a71789736b490e9100c58b411ceba3d18 100644 (file)
@@ -347,6 +347,8 @@ ia64*-*-elf*)
        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"