aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host3
2 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 4092218..c6e2567 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/config.host b/libgcc/config.host
index eb70215..d3f64d6 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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*)
;;