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
This commit is contained in:
Andreas Tobler 2011-03-14 07:06:23 +01:00 committed by Andreas Tobler
parent dfa95e1991
commit 9cfa14995f
2 changed files with 7 additions and 1 deletions

View 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

View 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*)
;;