From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11212 invoked by alias); 13 Dec 2004 16:11:05 -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 9720 invoked from network); 13 Dec 2004 16:09:56 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 13 Dec 2004 16:09:56 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1Cdsli-0002jh-Nl; Mon, 13 Dec 2004 11:09:50 -0500 Date: Mon, 13 Dec 2004 16:11:00 -0000 From: Daniel Jacobowitz To: Guenter Feldmann Cc: gcc@gcc.gnu.org, fld@tzi.de Subject: Re: gcc -m64 for Solaris10 x86 Message-ID: <20041213160950.GA10408@nevyn.them.org> Mail-Followup-To: Guenter Feldmann , gcc@gcc.gnu.org, fld@tzi.de References: <200412131355.20799.fld@informatik.uni-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412131355.20799.fld@informatik.uni-bremen.de> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-12/txt/msg00456.txt.bz2 On Mon, Dec 13, 2004 at 01:55:20PM +0100, Guenter Feldmann wrote: > Hi > > could any one explain what is needed to enable the 64-bit mode in > gcc for Solaris10 x86? > > I tried > configure ... amd64-pc-solaris2.10 > and > configure ... x86_64-pc-solaris2.10 > > in both cases > make bootstrap > ended up in: > > > [ ... ] > > checking for .preinit_array/.init_array/.fini_array support... no > > checking if mkdir takes one argument... no > > *** Configuration x86_64-pc-solaris2.10 not supported It's i386-pc-solaris2.10. However, you have to use a GCC 4.0 snapshot. I think most or all of the patches are currently in the 4.0 tree, but I'm not positive about that. -- Daniel Jacobowitz