From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27515 invoked by alias); 22 Feb 2002 21:28:37 -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 27367 invoked from network); 22 Feb 2002 21:28:32 -0000 Received: from unknown (HELO sunsite.mff.cuni.cz) (195.113.19.66) by sources.redhat.com with SMTP; 22 Feb 2002 21:28:32 -0000 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.11.6/8.11.6) id g1MLSNu06947; Fri, 22 Feb 2002 22:28:23 +0100 Date: Fri, 22 Feb 2002 13:46:00 -0000 From: Jakub Jelinek To: Alexandre Oliva Cc: Mathieu Imrazene , gcc@gcc.gnu.org Subject: Re: GCC3.0.4 : Solaris 2.6 build failure Message-ID: <20020222222823.D2204@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <3C765A57.5A9210C0@europem01.nt.com> 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 aoliva@redhat.com on Fri, Feb 22, 2002 at 06:15:40PM -0300 X-SW-Source: 2002-02/txt/msg01331.txt.bz2 On Fri, Feb 22, 2002 at 06:15:40PM -0300, Alexandre Oliva wrote: > On Feb 22, 2002, "Mathieu Imrazene" wrote: > > > --with-ld=/home/imrazene/bin/ld --with-cpu=ultrasparc > ^^^^^^^^^^^^^^^^^^^^^ > > This is not fully supported in GCC 3.0. It will hopefully be in 3.1. > Meanwhile, use -mtune=ultrasparc instead of -mcpu=ultrasparc, which > will get you most of the benefit without running into the problems of > the limited ultrasparc support in 3.0. -mcpu=ultrasparc is different from -m64. Jakub