From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31705 invoked by alias); 12 Aug 2004 06:14:12 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 31684 invoked from network); 12 Aug 2004 06:14:10 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 12 Aug 2004 06:14:10 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 4C095357B; Wed, 11 Aug 2004 23:14:09 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id i7C6E7L7028160; Wed, 11 Aug 2004 23:14:07 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i7C6E3oW028156; Wed, 11 Aug 2004 23:14:03 -0700 Date: Thu, 12 Aug 2004 06:14:00 -0000 Message-Id: <200408120614.i7C6E3oW028156@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Schwab Cc: libc-hacker@sources.redhat.com Subject: Re: Fix configure check for source locations In-Reply-To: Andreas Schwab's message of Wednesday, 11 August 2004 00:53:00 +0200 X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. X-SW-Source: 2004-08/txt/msg00041.txt.bz2 > 2004-08-11 Andreas Schwab > > * configure.in: Fix libc_cv_cpp_asm_debuginfo test for ia64 and > add missing parens. I put in the syntax fix. The outcome of this test is actually only used on i?86 (in sysdeps/i386/sysdep.h). Unless an actual need for it is being introduced, I would prefer, rather than kludging it up for general use, to just stuff it into sysdeps/i386/configure.in instead so it won't even run on ia64. Thanks, Roland