c++ source files in the build...

Florian Weimer fweimer@redhat.com
Mon Jul 11 21:29:00 GMT 2016


On 07/11/2016 11:25 PM, Andreas Schwab wrote:
> DJ Delorie <dj@redhat.com> writes:
>
>> config.log:CXX=''
>
> Looks like you C++ compiler is borken somehow.

g++ is currently required to run tests only.  Some tests require static 
linking and thus libstdc++-static, and it was decided at the time to set 
CXX only if -static works for C++ programs.

If this is too confusing, we can probably revisit this decision.  I 
think my original patch detected -static support separately and only 
disabled the affected tests.

Thanks,
Florian



More information about the Libc-alpha mailing list