This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -fvtable-thunks in V3 maekfiles
- To: Jason Merrill <jason_merrill at redhat dot com>
- Subject: Re: -fvtable-thunks in V3 maekfiles
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 22 May 2001 00:36:59 -0700
- Cc: Mark Mitchell <mark at codesourcery dot com>, libstdc++-v3 at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- References: <20010521120856T.mitchell@codesourcery.com> <m3itiuuqse.fsf@prospero.cambridge.redhat.com>
On Tue, May 22, 2001 at 02:16:17AM +0100, Jason Merrill wrote:
> - CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE
> + CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
You should be able to remove the entire file. I don't
believe _GNU_SOURCE is needed. Or even desired.
r~