OSDN Git Service

2011-03-14 Andreas Tobler <andreast@fgznet.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Mar 2011 06:06:23 +0000 (06:06 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Mar 2011 06:06:23 +0000 (06:06 +0000)
* config.host (cpu_type): Add FreeBSD PowerPC specific parts.
Adjust copyright year.

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

libgcc/ChangeLog
libgcc/config.host

index 4092218..c6e2567 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 eb70215..d3f64d6 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*)
        ;;