aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@fgznet.ch>2011-03-14 07:06:23 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2011-03-14 07:06:23 +0100
commit9cfa14995f1f12a2b897aee319424eb0f3b739ad (patch)
tree18d4265ed4626322fa410e63a6874b1d9e8c8990 /libgcc
parentdfa95e19918005eb27278c00575ed5f157908f7b (diff)
downloadgcc-9cfa14995f1f12a2b897aee319424eb0f3b739ad.zip
gcc-9cfa14995f1f12a2b897aee319424eb0f3b739ad.tar.gz
gcc-9cfa14995f1f12a2b897aee319424eb0f3b739ad.tar.bz2
config.host (cpu_type): Add FreeBSD PowerPC specific parts.
2011-03-14 Andreas Tobler <andreast@fgznet.ch> * config.host (cpu_type): Add FreeBSD PowerPC specific parts. Adjust copyright year. From-SVN: r170931
Diffstat (limited to 'libgcc')
-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*)
;;