From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3932 invoked by alias); 12 May 2003 02:43:38 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3844 invoked from network); 12 May 2003 02:43:37 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sources.redhat.com with SMTP; 12 May 2003 02:43:37 -0000 Received: from hiauly1.hia.nrc.ca (hiauly1.hia.nrc.ca [127.0.0.1] (may be forged)) by hiauly1.hia.nrc.ca (8.12.9/8.12.9) with ESMTP id h4C2hagL029073; Sun, 11 May 2003 22:43:36 -0400 (EDT) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.9/8.12.9/Submit) id h4C2haYo029072; Sun, 11 May 2003 22:43:36 -0400 (EDT) Message-Id: <200305120243.h4C2haYo029072@hiauly1.hia.nrc.ca> Subject: Re: [PATCH] allow zero_extract combines - checked in To: echristo@redhat.com (Eric Christopher) Date: Mon, 12 May 2003 02:43:00 -0000 From: "John David Anglin" Cc: gcc-patches@gcc.gnu.org In-Reply-To: <1052706387.7778.14.camel@ghostwheel.sfbay.redhat.com> from "Eric Christopher" at May 11, 2003 07:26:27 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00987.txt.bz2 > Odd. I love exposing bugs in other places. It means I only have to look > at the entire rest of the compiler ;) Well it's probably not as bad as that :) > Hey, btw, do you have an updated config.guess for hppa64-hp-hpux11.00? I > have to explicitly set it. No, the current version supports hppa64-hp-hpux11.00. The situation is somewhat different from other ports in that the 32 and 64-bit ports are completely separate ports. This is pretty much the situation with HP's tools as well, although HP provides wrappers around them. The way to get this to work is to define PATH so that configure finds a 64-bit version of gcc, or you can define CC so that it selects a 64-bit compiler (e.g., CC="cc -Ae +DA2.0W"). Then, config.guess will automatically select hppa64-hp-hpux11.00 rather than hppa2.0w-hp-hpux11.00. Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602)