From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9446 invoked by alias); 10 Oct 2005 21:15:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9428 invoked by uid 22791); 10 Oct 2005 21:15:41 -0000 Received: from mail1.thewrittenword.com (HELO mail1.thewrittenword.com) (67.95.107.114) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 10 Oct 2005 21:15:41 +0000 Received: by mail1.thewrittenword.com (Postfix, from userid 1000) id 50BC91FA; Mon, 10 Oct 2005 16:15:40 -0500 (CDT) Date: Mon, 10 Oct 2005 21:15:00 -0000 From: Albert Chin To: gcc-help@gcc.gnu.org Subject: Does GCC 4.0.2 on IRIX 6.x require GNU as? Message-ID: <20051010211539.GC60884@mail1.thewrittenword.com> Reply-To: gcc-help@gcc.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-SW-Source: 2005-10/txt/msg00048.txt.bz2 According to http://gcc.gnu.org/install/specific.html#mips-sgi-irix6, GNU as from GNU binutils 2.15 or later is required for debugging with the O32 ABI. I'm building GCC 4.0.2 as follows: $ cd /opt/build $ bzip2 -dc /opt/src/devel/gcc-4.0.2/src/gcc-4.0.2.tar.bz2 | tar xf - $ mkdir gcc $ cd gcc $ /opt/build/gcc-4.0.2/configure --with-included-gettext \ --enable-shared --enable-threads --enable-languages="c,c++" $ gmake bootstrap ... checking assembler for COMDAT group support... no checking assembler for COMDAT group support... no checking linker -Bstatic/-Bdynamic option... no checking assembler for explicit relocation support... yes *** This configuration requires the GNU assembler Bootstrapping the compiler I don't really care about O32 but --disable-multilib disables O32 and N64. Is the GNU assembler requirement above because O32 support is enabled by default? -- albert chin (china@thewrittenword.com)