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: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: -fvtable-thunks in V3 maekfiles
- From: Jason Merrill <jason_merrill at redhat dot com>
- Date: 22 May 2001 02:16:17 +0100
- Cc: libstdc++-v3 at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- References: <20010521120856T.mitchell@codesourcery.com>
>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:
> V3 now says:
> cc1plus: warning: -fvtable-thunks is no longer supported
Oops, missed this patch:
2001-05-22 Jason Merrill <jason_merrill@redhat.com>
* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
*** mt-linux.~1~ Mon May 21 16:57:49 2001
--- mt-linux Tue May 1 21:17:54 2001
***************
*** 1,2 ****
! # When using glibc 2 on Linux we must always use vtable thunks.
! CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE
--- 1 ----
! CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE