From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9026 invoked by alias); 9 May 2003 17:06:01 -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 8983 invoked by uid 71); 9 May 2003 17:06:01 -0000 Date: Fri, 09 May 2003 17:06:00 -0000 Message-ID: <20030509170601.8977.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: John David Anglin Subject: Re: bootstrap/7237: HP/UX 10.20 compile problems, e.g, STAGE1_CFLAGS not overriden Reply-To: John David Anglin X-SW-Source: 2003-05/txt/msg00784.txt.bz2 List-Id: The following reply was made to PR bootstrap/7237; it has been noted by GNATS. From: John David Anglin To: gcc-gnats@gcc.gnu.org, kbalk@pobox.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org Cc: Subject: Re: bootstrap/7237: HP/UX 10.20 compile problems, e.g, STAGE1_CFLAGS not overriden Date: Fri, 09 May 2003 12:59:05 -0400 It is very tricky to redefine STAGE1_CFLAGS. The best way to do the initial build using the HP ansi compiler is to export CC as follows: export CC="cc -Ae" or for a 64-bit build under HP-UX 11, export CC="cc -Ae +DA2.0W" This should be done before configure is run. Don't mess with CFLAGS, STAGE1_CFLAGS or BOOT_CFLAGS. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7237