aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@fgznet.ch>2011-03-14 07:05:29 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2011-03-14 07:05:29 +0100
commitdfa95e19918005eb27278c00575ed5f157908f7b (patch)
treeb8fc68d8d9f5fe36aa9ddb5a829da05b6f5ed1f2 /gcc/config.gcc
parenta6c71270541c643174b994f1ebc3788954f45673 (diff)
downloadgcc-dfa95e19918005eb27278c00575ed5f157908f7b.zip
gcc-dfa95e19918005eb27278c00575ed5f157908f7b.tar.gz
gcc-dfa95e19918005eb27278c00575ed5f157908f7b.tar.bz2
freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in terms of target_flags_explicit.
2011-03-14 Andreas Tobler <andreast@fgznet.ch> * config/rs6000/freebsd.h: (RELOCATABLE_NEEDS_FIXUP): Define in terms of target_flags_explicit. Adjust copyright year. * config.gcc: Add FreeBSD PowerPC soft-float libgcc bits. * config/rs6000/t-freebsd: New file. Add override for LIB2FUNCS_EXTRA. From-SVN: r170930
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 24289d7..58f6787 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2071,9 +2071,10 @@ powerpc64-*-darwin*)
tm_file="${tm_file} ${cpu_type}/darwin8.h ${cpu_type}/darwin64.h"
extra_headers=altivec.h
;;
-powerpc*-*-freebsd*)
+powerpc-*-freebsd*)
tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
- tmake_file="rs6000/t-fprules rs6000/t-fprules-fpbit rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
+ tmake_file="rs6000/t-fprules rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm rs6000/t-freebsd"
+ tmake_file="${tmake_file} t-slibgcc-libgcc rs6000/t-fprules-softfp soft-fp/t-softfp"
extra_options="${extra_options} rs6000/sysv4.opt"
;;
powerpc-*-netbsd*)