From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24552 invoked by alias); 20 Jun 2002 17:16:07 -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 24507 invoked by uid 71); 20 Jun 2002 17:16:04 -0000 Resent-Date: 20 Jun 2002 17:16:03 -0000 Resent-Message-ID: <20020620171603.24506.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, drow@false.org Received: (qmail 22128 invoked by uid 61); 20 Jun 2002 17:10:55 -0000 Message-Id: <20020620171055.22124.qmail@sources.redhat.com> Date: Thu, 20 Jun 2002 12:15:00 -0000 From: drow@false.org Reply-To: drow@false.org To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: other/7088: host-x-host builds install broken limits.h X-SW-Source: 2002-06/txt/msg00463.txt.bz2 List-Id: >Number: 7088 >Category: other >Synopsis: host-x-host builds install broken limits.h >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Jun 20 10:16:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: drow@false.org >Release: 3.0, 3.1, HEAD >Organization: >Environment: >Description: If $(LIMITS_H_TEST) is true, then the built references "syslimits.h". This test checks $(SYSTEM_HEADER_DIR), which is /usr/include in a typical host-x-host build (building a native compiler for a different target). Syslimits.h is only installed if fixincludes is run, which it is not for host-x-host builds; it's explicitly disabled: # And these apply if build != host. if test x$build != x$host then ... STMP_FIXINC= ... fi $(LIMITS_H_TEST) is a bit bogus anyway. This is a regression from 2.95, where fixinc was run regardless, and thus "syslimits.h" was installed. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: