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

From-SVN: r19370
This commit is contained in:
Andreas Schwab 1998-04-22 01:54:53 +00:00 committed by Andreas Schwab
parent 61cd123468
commit ce5b6870d1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 22 10:53:14 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
Thu Sep 11 16:43:27 1997 Jim Wilson <wilson@cygnus.com>
* mh-elfalphapic, mt-elfalphapic: New files.

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