From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4995 invoked by alias); 27 Feb 2002 17:02:26 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 4922 invoked by uid 61); 27 Feb 2002 17:02:22 -0000 Date: Wed, 27 Feb 2002 17:02:00 -0000 Message-ID: <20020227170221.4921.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, merijn@a5.procura.nl, nobody@gcc.gnu.org From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, merijn@a5.procura.nl, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: bootstrap/5205: [HP-UX] gas fed with unrecognized pseudo-op's in 64-bit build X-SW-Source: 2002-02/txt/msg00757.txt.bz2 List-Id: Synopsis: [HP-UX] gas fed with unrecognized pseudo-op's in 64-bit build State-Changed-From-To: feedback->analyzed State-Changed-By: rodrigc State-Changed-When: Wed Feb 27 09:02:20 2002 State-Changed-Why: This information contributed by Steve Ellcey at HP: This person is actually building a 32 bit compiler, not a 64 bit one like he thinks he is. hppa2.0w-hp-hpux11.00 is a 64 bit capabable machine, but it still generates 32 bit code by default. To build a 64 bit HPPA compiler, use a target, build, and host setting of hppa64-hp-hpux11.00 and use an existing 64 bit GCC or HP C with the +DD64 option to do the build. If he doesn't have a 64 bit GAS he needs to build binutils with the same target/build/host." Can you rebuild your GCC and binutils with the correct target information and tell us if that works? http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5205