On Mon, Jan 19, 2015 at 05:52:51PM +0100, Vít Ondruch wrote:
> Dne 19.1.2015 v 17:32 Jakub Jelinek napsal(a):
> > As FESCO denied mass rebuild of F22, I've adjusted
> > https://fedoraproject.org/wiki/Changes/GCC5
> > the current rpms are built with --with-default-libstdcxx-abi=c++98
> > thus will not have standard conforming std::string/std::list by default,
> > and I'd like to include gcc 5 in F22 anyway, just only what maintainers
> > rebuild themselves after gcc 5 is included will be rebuilt with it.
> 
> And what about early F23 mass rebuild? Is that feasible?

F23 of course would be mass rebuilt if FESCO allows that,
and gcc.spec will automatically
switch to the c++11 std::string/std::list by default:
%if 0%{fedora} >= 21 && 0%{fedora} <= 22
        --with-default-libstdcxx-abi=c++98 \
%endif

        Jakub
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to