diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-22 01:54:53 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-22 01:54:53 +0000 |
commit | 5879c20665d9645381bc5ccb323a33a54cf300f1 (patch) | |
tree | d5be7064404885e530d7b1bdf5a70166e3fca2f9 /config | |
parent | 2dc2cbb19e63751267cfa317859be9d872ea5273 (diff) | |
download | gcc-5879c20665d9645381bc5ccb323a33a54cf300f1.tar.gz |
* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/mt-linux | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 51fa2c24dd5..25ed572fdfd 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -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. diff --git a/config/mt-linux b/config/mt-linux index bbd9792c593..e3f15eaa8f5 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 |