aboutsummaryrefslogtreecommitdiff
path: root/config/mt-linux
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>1998-04-22 01:54:53 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>1998-04-22 01:54:53 +0000
commitce5b6870d1d9ca2246485b6eb2f4aefd1dfa1e53 (patch)
treed5be7064404885e530d7b1bdf5a70166e3fca2f9 /config/mt-linux
parent61cd123468adec0b7428057c2f043bff8ea24354 (diff)
downloadgcc-ce5b6870d1d9ca2246485b6eb2f4aefd1dfa1e53.zip
gcc-ce5b6870d1d9ca2246485b6eb2f4aefd1dfa1e53.tar.gz
gcc-ce5b6870d1d9ca2246485b6eb2f4aefd1dfa1e53.tar.bz2
* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
From-SVN: r19370
Diffstat (limited to 'config/mt-linux')
-rw-r--r--config/mt-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-linux b/config/mt-linux
index bbd9792..e3f15ea 100644
--- a/config/mt-linux
+++ b/config/mt-linux
@@ -1,2 +1,2 @@
# When using glibc 2 on Linux we must always use vtable thunks.
- CXXFLAGS=-O2 -g -fvtable-thunks
+CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks