diff --git a/config/ChangeLog b/config/ChangeLog index 4f32d00058b..90e2bb306a1 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2001-05-22 Jason Merrill + + * mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks. + 2001-01-27 Richard Henderson * mt-alphaieee: New file. diff --git a/config/mt-linux b/config/mt-linux index a09e6f18af5..15bf4171603 100644 --- a/config/mt-linux +++ b/config/mt-linux @@ -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