* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.

Bring over from egcs.
This commit is contained in:
Jeff Law 1998-05-12 05:30:11 +00:00
parent 903ff0dffc
commit 317107dbdd
1 changed files with 1 additions and 1 deletions

View File

@ -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