This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PowerPC biarch config
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 13 Mar 2005 11:51:18 -0500
- Subject: Re: [PATCH] PowerPC biarch config
- References: <20050313135119.GC13506@bubble.modra.org>
* config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
(powerpc64-*-linux*): Use it. Rearrange tm_file assignment.
(powerpc-*-linux*): Build a biarch compiler when --enable-targets
is given with "powerpc64*" or "all", or when --with-cpu chooses
a 64-bit cpu.
I have no objection if everyone is satisfied with the syntax and option
names. This needs approval by one of the build machinery maintainers.
Thanks, David