diff options
author | Jeff Law <law@redhat.com> | 1998-05-12 05:30:11 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-05-12 05:30:11 +0000 |
commit | 317107dbddd4f824ccd06bea7ba2f65b950109a1 (patch) | |
tree | c75601b367c369b8a49573f5ba27d087ae1ec60c /config | |
parent | 903ff0dffc8d00f8faa291ba6613aa53f4fda517 (diff) | |
download | gdb-317107dbddd4f824ccd06bea7ba2f65b950109a1.zip gdb-317107dbddd4f824ccd06bea7ba2f65b950109a1.tar.gz gdb-317107dbddd4f824ccd06bea7ba2f65b950109a1.tar.bz2 |
* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
Bring over from egcs.
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-linux | 2 |
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 |