This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -fvtable-thunks in V3 maekfiles


>>>>> "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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]