From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15551 invoked by alias); 20 Jul 2005 13:55:12 -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 14945 invoked by uid 22791); 20 Jul 2005 13:54:28 -0000 Received: from host-84-9-56-114.bulldogdsl.com (HELO softwire.co.uk) (84.9.56.114) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 20 Jul 2005 13:54:28 +0000 Received: from grizzlybear ([10.0.11.3]) by softwire.co.uk with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Jul 2005 14:54:22 +0100 From: "Rupert Wood" To: "'Eljay Love-Jensen'" , "'Bell, Timothy'" Cc: Subject: RE: Problem Building 32-bit gcc native compiler Date: Wed, 20 Jul 2005 13:55:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <6.2.1.2.2.20050720082351.02304df0@iplan-mn.corp.adobe.com> Message-ID: X-SW-Source: 2005-07/txt/msg00196.txt.bz2 Eljay Love-Jensen wrote: > I've had good luck using GNU as and GNU ld whenever I've used GNU's > GCC. > > I've never tried *not* using GNU as and GNU ld (and GNU make, GNU > bison, yada yada yada). I'm a bit out of touch because our HP test box has been offline for a few years. I think certainly on HP-UX 10 you should be using GNU as or you don't get any debug information built. On HP-UX 11 I think that's been fixed although it looks like you've still got a choice between the native assembler and having to ignore the bootstrap comparison or just using the GNU assembler instead. I don't think you have any choice with the linker though: the GNU linker doesn't (or didn't) support HP's executable format so you have to use the native one.