From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16913 invoked by alias); 6 Mar 2006 18:38:20 -0000 Received: (qmail 16905 invoked by uid 22791); 6 Mar 2006 18:38:20 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Mar 2006 18:38:18 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k26IZfBa022764; Mon, 6 Mar 2006 19:35:41 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k26IZf9U024765; Mon, 6 Mar 2006 19:35:41 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k26IZfgZ013961; Mon, 6 Mar 2006 19:35:41 +0100 (CET) Date: Tue, 07 Mar 2006 05:23:00 -0000 Message-Id: <200603061835.k26IZfgZ013961@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: paul@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: <200603061518.23469.paul@codesourcery.com> (message from Paul Brook on Mon, 6 Mar 2006 15:18:23 +0000) Subject: Re: [patch] Avoid gcc specific compiler flags References: <200603061518.23469.paul@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00105.txt.bz2 > From: Paul Brook > Date: Mon, 6 Mar 2006 15:18:23 +0000 > > The attached patch allows a dejagnu target description to override the > compiler flag used to disable warnings when running the gdb testsuite. > > Ok? Looks fine to me expect for a double $nowarnings in the gdb.exp bit. Mark