From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11154 invoked by alias); 2 Oct 2003 04:53:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11140 invoked from network); 2 Oct 2003 04:53:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Oct 2003 04:53:24 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h924rN122991; Thu, 2 Oct 2003 00:53:23 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h924rNc28006; Thu, 2 Oct 2003 00:53:23 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h924rNB20969; Thu, 2 Oct 2003 00:53:23 -0400 Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id h924rMt30124; Thu, 2 Oct 2003 00:53:22 -0400 Date: Thu, 02 Oct 2003 04:53:00 -0000 Message-Id: <200310020453.h924rMt30124@greed.delorie.com> From: DJ Delorie To: cgd@broadcom.com CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: (cgd@broadcom.com) Subject: Re: [PATCH RFA] tweak expect EXP_LIB_SPEC to use libdir. References: X-SW-Source: 2003-10/txt/msg00020.txt.bz2 > 2003-10-01 Chris Demetriou > > * configure.in (EXP_LIB_SPEC): Use ${libdir} rather than > ${exec_prefix}/lib. > * configure: Regenerate. Looks good to me. Tested on other platforms too?