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?
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: "Eric Botcazou" <ebotcazou at adacore dot com>
- Cc: "Richard Guenther" <rguenther at suse dot de>, gcc at gcc dot gnu dot org, "Ben Elliston" <bje at au dot ibm dot com>
- Date: Thu, 4 Oct 2007 16:50:45 +0200
- Subject: Re: Ada rts fails to build on ppc?
- References: <Pine.LNX.4.64.0709171245320.18183@s68.fhfr.qr> <Pine.LNX.4.64.0709171255430.18183@s68.fhfr.qr> <200709171520.33085.ebotcazou@adacore.com>
On 9/17/07, Eric Botcazou <ebotcazou@adacore.com> wrote:
> > 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.
I have filed PR33657 for this.
Richard.