On Tue, Nov 6, 2012 at 3:30 AM, Sebastian Huber <sebastian.hu...@embedded-brains.de> wrote:
> what is the reference test platform for the 32-bit PowerPC target? We have > the primary target powerpc64-unknown-linux-gnu and the secondary target > powerpc-ibm-aix5.3.0.0. On the GCC compile farm there is no AIX available > > http://gcc.gnu.org/wiki/CompileFarm First, I am trying to have IBM contribute an AIX system to the GCC Compile Farm. > and I don't have an AIX machine. On which platform should I test to show > that changes like this > > http://gcc.gnu.org/ml/gcc-patches/2012-10/msg02931.html > > cause no harm? I am not sure what you mean by 32 bit PowerPC target? Yes, AIX defaults to building 32 bit applications, but 32 bit PowerPC processors are quite different (both Freescale processors and other PPC32 targets). And AIX does not support ELF, sdata, sdata2, etc. that are referenced in many of those testcases. Thanks, David