This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bugzilla CPU targets
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: Daniel Berlin <dberlin at dberlin dot org>, gcc at gcc dot gnu dot org
- Date: Thu, 22 May 2003 00:02:16 -0700
- Subject: Re: Bugzilla CPU targets
- References: <20030521235008.B6575@lucon.org> <ho7k8jh3o8.fsf@byrd.suse.de>
On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
>
> > One thing I missed the most is CPU targets. Can we add ia32, ia64,
> > mips, alpha, ppc, .....?
>
> You can search for host/target/build, isn't that enough?
>
You can make your own host/target/build. What I like to see a drop
down menu to select the valid ones. Also in most cases, a backend bug
is indepedent of host/target/build OSes.
H.J.