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 + + * config.host (cpu_type): Add FreeBSD PowerPC specific parts. + Adjust copyright year. + 2011-03-07 Ian Lance Taylor * 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*) ;;