This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada rts fails to build on ppc?
> It's actually powerpc configured like
>
> ../configure --with-cpu=default32 --build=powerpc64-suse-linux
> checking build system type... powerpc64-suse-linux-gnu
> checking host system type... powerpc64-suse-linux-gnu
> checking target system type... powerpc64-suse-linux-gnu
Looks like
2007-08-31 Ben Elliston <bje@au.ibm.com>
* Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
when compiling for powerpc64-*-linux.
* system-linux-ppc64.ads: New file.
needs to be refined.
--
Eric Botcazou