This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFC: Using `g++' rather than `xgcc' in Makefiles/testsuite


Mark Mitchell <mark@codesourcery.com> writes:

| This patch uses `g++' rather than `xgcc' to invoke the C++ compiler in
| the Makefiles for sub-directories (like libio) and in the testsuite.
| 
| With Nathan's recent --enable-new-gxx-abi patch, things got a little
| confusing: using `g++' automatically causes `cc1plus' to be passed
| `-fnew-abi', but using `xgcc' does not.  This meant the libraries
| weren't actually built with the new abi, and the testsuites weren't
| run that way.
| 
| But, I have the feeling the use of xgcc might be intentional.  Was it?

I don't know if that was intentional but the inconsistency results in
libstdc++.so build failure (at least on solaris-2.[67]).

-- Gaby

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]