config.host (cpu_type): Add FreeBSD PowerPC specific parts.
authorAndreas Tobler <andreast@fgznet.ch>
Mon, 14 Mar 2011 06:06:23 +0000 (07:06 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 14 Mar 2011 06:06:23 +0000 (07:06 +0100)
2011-03-14  Andreas Tobler  <andreast@fgznet.ch>

* config.host (cpu_type): Add FreeBSD PowerPC specific parts.
Adjust copyright year.

From-SVN: r170931

libgcc/ChangeLog
libgcc/config.host

index 4092218f587aaee041e22abe6b9a5dbda8cbab2e..c6e2567b1da0d684f2dece3f4171d6fa0d92f868 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-14  Andreas Tobler  <andreast@fgznet.ch>
+
+       * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
+       Adjust copyright year.
+
 2011-03-07  Ian Lance Taylor  <iant@google.com>
 
        * generic-morestack.c (__splitstack_find): Adjust returned stack
index eb70215536d334fec7cb8894d9b09aa03d03f50f..d3f64d687fc31c385a767f11985a735ddc0fde96 100644 (file)
@@ -463,7 +463,8 @@ powerpc-*-darwin*)
        ;;
 powerpc64-*-darwin*)
        ;;
-powerpc*-*-freebsd*)
+powerpc-*-freebsd*)
+       tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-freebsd t-softfp"
        ;;
 powerpc-*-netbsd*)
        ;;