On 12.04.11 17:06, Joern Rennecke wrote:
2011-03-12 Andreas Tobler<andre...@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.
Committed as:
- gcc: 170930
You didn't mention this change:
-powerpc*-*-freebsd*)
+powerpc-*-freebsd*)
Yes, my fault. But currently there is _no_ support for
powerpc64-*-freebsd*. The first release of the OS which really supports
64-bit powerpc will be FreeBSD-9.0.
This stops powerpc64-unknown-freebsd6 (aka ppc64-freebsd6) from being accepted
by configure.
As I understand this is fine since there is no freebsd6 support
available for powerpc64.
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.
I was in the hope to contribute the gcc support for powerpc64 freebsd a
few weeks ago. Unfortunately I have first to fix a few system issues
before I can continue.
The last working revision of FSF gcc is r122895, but this includes local
additions which are not yet ready to be released.
Andreas