This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Default to --enable-libstdcxx-time=auto
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Benjamin De Kosnik <bkoz at redhat dot com>
- Cc: Jonathan Wakely <jwakely dot gcc at gmail dot com>, Rainer Orth <ro at cebitec dot uni-bielefeld dot de>, Paolo Carlini <paolo dot carlini at oracle dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 26 May 2013 21:31:22 +0200
- Subject: Re: [patch] Default to --enable-libstdcxx-time=auto
- References: <CAH6eHdRZPUrsF=kh-mQRT4kj7Khq9YrEYSj3Rf7jRLtpgZuiAg at mail dot gmail dot com> <20130524150357 dot GX1377 at tucnak dot redhat dot com> <CAH6eHdTSVSj5M0ptSOmW9Bj86Kyjw-=KtUZh3-uiRAA9O-h1DQ at mail dot gmail dot com> <20130524201004 dot GE1377 at tucnak dot redhat dot com> <20130524202632 dot 078f82ea at oakwood> <20130525062146 dot GH1377 at tucnak dot redhat dot com> <20130525115631 dot 210589ea at oakwood> <20130525191928 dot GJ1377 at tucnak dot redhat dot com> <20130525160711 dot 31bcac56 at oakwood> <20130526055809 dot GK1377 at tucnak dot redhat dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sun, May 26, 2013 at 07:58:09AM +0200, Jakub Jelinek wrote:
> On Sat, May 25, 2013 at 04:07:11PM -0700, Benjamin De Kosnik wrote:
> >
> > > Looks good to me.
> >
> > Great, trunk patch in.
> >
> > > Will you prepare corresponding patch for the 4.8
> > > branch too (I guess it should be pretty much the same, not sure if it
> > > should keep using typedef system_clock steady_clock as before for the
> > > non-MONOTONIC configuration, or if it should just do the same thing
> > > as trunk)?
> >
> > Same thing, I think. Testing now, ok when it completes?
>
> Yes, thanks.
My bootstraps on x86_64-linux and i686-linux on 4.8 branch were ok, so I
went ahead and committed the backport of your patch (applied cleanly).
Jakub