From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15247 invoked by alias); 13 Mar 2007 21:43:24 -0000 Received: (qmail 15225 invoked by uid 22791); 13 Mar 2007 21:43:23 -0000 X-Spam-Check-By: sourceware.org Received: from are.twiddle.net (HELO are.twiddle.net) (64.81.246.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 Mar 2007 21:43:21 +0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.13.8/8.13.6) with ESMTP id l2DLhJo5007332; Tue, 13 Mar 2007 14:43:19 -0700 Received: (from rth@localhost) by are.twiddle.net (8.13.8/8.13.8/Submit) id l2DLhJok007331; Tue, 13 Mar 2007 14:43:19 -0700 Date: Tue, 13 Mar 2007 21:43:00 -0000 From: Richard Henderson To: Steve Munroe Cc: libc-hacker@sourceware.org, libc-hacker-owner@sourceware.org Subject: Re: incorrect double search paths w/ ieee754/ldbl-opt Message-ID: <20070313214319.GA7325@twiddle.net> References: <20070313171853.GA5781@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00012.txt.bz2 On Tue, Mar 13, 2007 at 12:49:57PM -0500, Steve Munroe wrote: > I added Implies in ./sysdeps/unix/sysv/linux/*/fpu/ > with refs to the native sysdeps//fpu dirs Ah, thanks. That seems to work. r~