2011-03-12 Andreas Tobler <[email protected]>
* 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.
Committed as:
- gcc: 170930
You didn't mention this change:
-powerpc*-*-freebsd*)
+powerpc-*-freebsd*)
This stops powerpc64-unknown-freebsd6 (aka ppc64-freebsd6) from being accepted
by configure.
FWIW GCC 4.6 used to accept cross configurations with this target,
and 'make all-gcc' would run to completion without complaint.
I'm not saying I'm missing the configuration, but I stumbled across this when
trying to sort out removed/obsoleted vs. live broken configurations, and there
was no ChangeLog to tell what was going on.