diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-16 16:11:13 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-16 16:11:13 +0000 |
commit | 11d34120c831b0b384cd37cfb88aaa0388c620da (patch) | |
tree | 06e2506d35cf68fbba4bbc8595df41c188e9f512 /config | |
parent | a6bb47e073377fa203132a3ae20f76103a8049b7 (diff) | |
download | gcc-11d34120c831b0b384cd37cfb88aaa0388c620da.tar.gz |
More stuff from Uli.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mt-linux b/config/mt-linux new file mode 100644 index 00000000000..bbd9792c593 --- /dev/null +++ b/config/mt-linux @@ -0,0 +1,2 @@ +# When using glibc 2 on Linux we must always use vtable thunks. + CXXFLAGS=-O2 -g -fvtable-thunks |