]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Wed, 22 Apr 1998 01:54:53 +0000 (01:54 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 22 Apr 1998 01:54:53 +0000 (01:54 +0000)
From-SVN: r19370

config/ChangeLog
config/mt-linux

index 51fa2c24dd5080204b742a5b5ac5b801822fc509..25ed572fdfdb356e0f17bbe94d142922149691df 100644 (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.
index bbd9792c593af1c37168e163b0d147588ecf4bd0..e3f15eaa8f55de5e1d864a5f9a8947f90812e5d3 100644 (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