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: Sat, 25 May 2013 21:19:28 +0200
- Subject: Re: [patch] Default to --enable-libstdcxx-time=auto
- References: <CAH6eHdScm3PHL_HVJU7rKywvDoPwgeU_OJ1kDAS12y-v5RJbwg at mail dot gmail dot com> <20130524140748 dot GV1377 at tucnak dot redhat dot com> <20130524141622 dot GW1377 at tucnak dot redhat dot com> <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>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sat, May 25, 2013 at 11:56:31AM -0700, Benjamin De Kosnik wrote:
> I'm tempted to check this patch into trunk. Jakub?
Looks good to me. 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)?
Thanks.
Jakub