From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25240 invoked by alias); 13 Dec 2004 12:55:46 -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 25192 invoked from network); 13 Dec 2004 12:55:29 -0000 Received: from unknown (HELO informatik.uni-bremen.de) (134.102.224.4) by sourceware.org with SMTP; 13 Dec 2004 12:55:29 -0000 Received: from isaac (isaac.informatik.uni-bremen.de [134.102.201.13]) by informatik.uni-bremen.de (8.12.11/8.12.11) with ESMTP id iBDCtLK9002715; Mon, 13 Dec 2004 13:55:23 +0100 (MET) From: Guenter Feldmann Organization: Univ. Bremen To: gcc@gcc.gnu.org Subject: gcc -m64 for Solaris10 x86 Date: Mon, 13 Dec 2004 12:55:00 -0000 User-Agent: KMail/1.7.1 Cc: fld@tzi.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412131355.20799.fld@informatik.uni-bremen.de> X-SW-Source: 2004-12/txt/msg00447.txt.bz2 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 -- Guenter