* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.

From-SVN: r42415
This commit is contained in:
Jason Merrill 2001-05-21 21:17:23 -04:00 committed by Jason Merrill
parent e17f04743d
commit ca29c7970a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-05-22 Jason Merrill <jason_merrill@redhat.com>
* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
2001-01-27 Richard Henderson <rth@redhat.com>
* mt-alphaieee: New file.

View File

@ -1,2 +1 @@
# When using glibc 2 on Linux we must always use vtable thunks.
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -D_GNU_SOURCE
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE