From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1148 invoked by alias); 8 Jul 2004 18:15:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1128 invoked by uid 48); 8 Jul 2004 18:15:35 -0000 Date: Thu, 08 Jul 2004 18:15:00 -0000 Message-ID: <20040708181535.1127.qmail@sourceware.org> From: "ebotcazou at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040621084809.16109.pluto@pld-linux.org> References: <20040621084809.16109.pluto@pld-linux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16109] error: architecture mismatch on "fzero". X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg00820.txt.bz2 List-Id: ------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-07-08 18:15 ------- > (It could come from a --with-cpu=v9 on the configure line, but I don't see it > in the output of 'gcc -v'. It is actually automatically set by the configure script: sparc*-*-*) # Some standard aliases. case x$with_cpu in xsparc) with_cpu=v7 ;; xsparc86x) with_cpu=sparclite86x ;; xsparcv9 | xsparc64) with_cpu=v9 ;; esac Jakub, how is your sparc64-redhat-linux compiler supposed to work? I see you configured it with --with-cpu=v7, so the driver will append -mcpu=v7 to the command line if there is no -mcpu, right? How do you turn that into -mcpu=ultrasparc? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16109