aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2001-05-21 21:17:23 -0400
committerJason Merrill <jason@gcc.gnu.org>2001-05-21 21:17:23 -0400
commitca29c7970a6811153860b391e1c0aa057c2d1556 (patch)
tree2119790e105f0482b41da9e04953bf92cb5a4fa3 /config
parente17f04743d28532659d2161a118a9f58b812d1e0 (diff)
downloadgcc-ca29c7970a6811153860b391e1c0aa057c2d1556.zip
gcc-ca29c7970a6811153860b391e1c0aa057c2d1556.tar.gz
gcc-ca29c7970a6811153860b391e1c0aa057c2d1556.tar.bz2
* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
From-SVN: r42415
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mt-linux3
2 files changed, 5 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 4f32d00..90e2bb3 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/mt-linux b/config/mt-linux
index a09e6f1..15bf417 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