From 9cfa14995f1f12a2b897aee319424eb0f3b739ad Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Mon, 14 Mar 2011 07:06:23 +0100 Subject: [PATCH] config.host (cpu_type): Add FreeBSD PowerPC specific parts. 2011-03-14 Andreas Tobler * config.host (cpu_type): Add FreeBSD PowerPC specific parts. Adjust copyright year. From-SVN: r170931 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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*) ;; -- 2.30.2