diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-14 06:06:23 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-14 06:06:23 +0000 |
commit | 95525c1789fdb3c32561c86a2d12f44b6765cef1 (patch) | |
tree | 18d4265ed4626322fa410e63a6874b1d9e8c8990 /libgcc | |
parent | 48914aa544e254fef6d640f21ab209b00400adad (diff) | |
download | gcc-95525c1789fdb3c32561c86a2d12f44b6765cef1.tar.gz |
2011-03-14 Andreas Tobler <andreast@fgznet.ch>
* 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
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4092218f587..c6e2567b1da 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 eb70215536d..d3f64d687fc 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*) ;; |