[patch] Default to --enable-libstdcxx-time=auto
Jonathan Wakely
jwakely.gcc@gmail.com
Wed May 22 09:59:00 GMT 2013
On 22 May 2013 10:47, Paolo Carlini wrote:
>
> Could you please double check abi_check? On this glibc 2.17 machine I'm
> seeing:
>
> 1 incompatible symbols
> 0
> _ZNSt6chrono12steady_clock3nowEv
> std::chrono::steady_clock::now()
> version status: incompatible
> GLIBCXX_3.4.17
> type: function
> status: added
>
> I'm going to try again, just in case I goofed something.
No, I don't think you goofed, I see it too on glibc 2.17, sorry about that.
How should we handle that export? It is available on older systems
without glibc 2.17 and with older GCC versions if you configure with
--enable-libstdcxx-time=rt, so it wouldn't be correct to just add it
to the GLIBCXX_3.4.19 version.
More information about the Libstdc++
mailing list