From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17629 invoked by alias); 2 Oct 2003 18:10:21 -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 17600 invoked from network); 2 Oct 2003 18:10:20 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 2 Oct 2003 18:10:20 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.5.3)); Thu, 02 Oct 2003 11:10:21 -0700 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id LAA20232; Thu, 2 Oct 2003 11:09:42 -0700 (PDT) Received: from ldt-sj3-010.sj.broadcom.com (ldt-sj3-010 [10.21.64.10]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id h92IA8ov024563; Thu, 2 Oct 2003 11:10:09 -0700 (PDT) Received: (from cgd@localhost) by ldt-sj3-010.sj.broadcom.com ( 8.11.6/8.9.3) id h92IA8528003; Thu, 2 Oct 2003 11:10:08 -0700 X-Authentication-Warning: ldt-sj3-010.sj.broadcom.com: cgd set sender to cgd@broadcom.com using -f To: dj@redhat.com cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH RFA] tweak expect EXP_LIB_SPEC to use libdir. References: <200310020453.h924rMt30124@greed.delorie.com> From: cgd@broadcom.com Date: Thu, 02 Oct 2003 18:10:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 X-WSS-ID: 1362B5872201679-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00035.txt.bz2 At Thu, 2 Oct 2003 05:25:38 +0000 (UTC), cgd@broadcom.com wrote: > I was justabout to start a host=x86-linux target=mipsisa64-elf > build/check, so i've thrown it in there. Since that's still linux, > i've just started a host=sparc-solaris target=mips-elf build/check > too. the former went fine. the latter had some unrelated (NLS-related) problems so i just ran a binutils + tcl/expect/dejagnu build/install/test w/ the patch (host=sparc-solaris, target=mips-elf), and that went fine. So, OK to apply? cgd