From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31117 invoked by alias); 25 Oct 2011 08:16:26 -0000 Received: (qmail 31098 invoked by uid 22791); 25 Oct 2011 08:16:21 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,NORMAL_HTTP_TO_IP X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Oct 2011 08:16:04 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id BF2D1CB0223; Tue, 25 Oct 2011 10:16:04 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DbzPZrYGMvf7; Tue, 25 Oct 2011 10:15:55 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 2396BCB02B9; Tue, 25 Oct 2011 10:15:48 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 525) id C7402164808; Tue, 25 Oct 2011 10:15:46 +0200 (CEST) Date: Tue, 25 Oct 2011 09:24:00 -0000 From: Arnaud Charlet To: Richard Guenther Cc: David Edelsohn , Perry Smith , gcc@gcc.gnu.org Subject: Re: AIX library issues Message-ID: <20111025081546.GA62410@adacore.com> References: <25EA9ADB-AC03-42B9-9090-545D5FC9ADC7@gmail.com> <5FB999D3-E0FA-4AC7-A26A-DAA4397D833F@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg00441.txt.bz2 > I wonder if it might make sense to more strongly suggest to use GNU as > on AIX? The install manual currently says > > The native @command{as} and @command{ld} are recommended for > bootstrapping > on AIX@. The GNU Assembler, GNU Linker, and GNU Binutils version 2.20 > is required to bootstrap on AIX 5@. The native AIX tools do > interoperate with GCC@. > > What's the downside of not using the native AIX tools at all (assembler > and linker)? FWIW, we've recently made this choice/switch for GNAT at AdaCore, which allows us in particular to use dwarf-2/3 debug info. Arno