This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Avoid gcc specific compiler flags
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: paul at codesourcery dot com
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 6 Mar 2006 19:35:41 +0100 (CET)
- Subject: Re: [patch] Avoid gcc specific compiler flags
- References: <200603061518.23469.paul@codesourcery.com>
> From: Paul Brook <paul@codesourcery.com>
> 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