From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22494 invoked by alias); 22 May 2003 06:50:10 -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 22463 invoked from network); 22 May 2003 06:50:09 -0000 Received: from unknown (HELO sccrmhc01.attbi.com) (204.127.202.61) by sources.redhat.com with SMTP; 22 May 2003 06:50:09 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com[12.234.88.5]) by attbi.com (sccrmhc01) with ESMTP id <2003052206500900100s056pe>; Thu, 22 May 2003 06:50:09 +0000 Received: by lucon.org (Postfix, from userid 1000) id D4D0F2C683; Wed, 21 May 2003 23:50:08 -0700 (PDT) Date: Thu, 22 May 2003 06:51:00 -0000 From: "H. J. Lu" To: Daniel Berlin , gcc@gcc.gnu.org Subject: Bugzilla CPU targets Message-ID: <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 X-SW-Source: 2003-05/txt/msg01991.txt.bz2 One thing I missed the most is CPU targets. Can we add ia32, ia64, mips, alpha, ppc, .....? H.J.