From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28980 invoked by alias); 22 May 2003 07:03:50 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 25249 invoked from network); 22 May 2003 07:02:17 -0000 Received: from unknown (HELO rwcrmhc53.attbi.com) (204.127.198.39) by sources.redhat.com with SMTP; 22 May 2003 07:02:17 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by attbi.com (rwcrmhc53) with ESMTP id <2003052207021605300p48rhe>; Thu, 22 May 2003 07:02:16 +0000 Received: by lucon.org (Postfix, from userid 1000) id 4332B2C683; Thu, 22 May 2003 00:02:16 -0700 (PDT) Date: Thu, 22 May 2003 07:08:00 -0000 From: "H. J. Lu" To: Andreas Jaeger Cc: Daniel Berlin , gcc@gcc.gnu.org Subject: Re: Bugzilla CPU targets Message-ID: <20030522000216.A6832@lucon.org> References: <20030521235008.B6575@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from aj@suse.de on Thu, May 22, 2003 at 08:54:31AM +0200 X-SW-Source: 2003-05/txt/msg01996.txt.bz2 On Thu, May 22, 2003 at 08:54:31AM +0200, Andreas Jaeger wrote: > "H. J. Lu" 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.