From: Andreas Schwab Date: Wed, 22 Apr 1998 01:54:53 +0000 (+0000) Subject: * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS. X-Git-Tag: prereleases/egcs-1.1-prerelease~1592 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce5b6870d1d9ca2246485b6eb2f4aefd1dfa1e53;p=thirdparty%2Fgcc.git * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS. From-SVN: r19370 --- diff --git a/config/ChangeLog b/config/ChangeLog index 51fa2c24dd50..25ed572fdfdb 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 22 10:53:14 1998 Andreas Schwab + + * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS. + Thu Sep 11 16:43:27 1997 Jim Wilson * mh-elfalphapic, mt-elfalphapic: New files. diff --git a/config/mt-linux b/config/mt-linux index bbd9792c593a..e3f15eaa8f55 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