Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-13 Thread Jonathan Wakely
On 10/03/15 20:18 +, Jonathan Wakely wrote: On 10/03/15 20:55 +0100, John Marino wrote: On 3/10/2015 20:23, Jonathan Wakely wrote: John, assuming I'm right that dragonfly supports all these features, could you test this change? (You'll need the same change on line 19555 of the libstdc++-v3

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-13 Thread John Marino
On 3/13/2015 11:23, Jonathan Wakely wrote: > On 13 March 2015 at 08:50, John Marino wrote: >> Hi Jonathan, >> Today I build gcc5 and looked at the config.h contained in >> libstdc++-v3's build directory and none of those variables are enabled. >> >> The code that is patched doesn't seem to do anyth

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-13 Thread Jonathan Wakely
On 13 March 2015 at 08:50, John Marino wrote: > Hi Jonathan, > Today I build gcc5 and looked at the config.h contained in > libstdc++-v3's build directory and none of those variables are enabled. > > The code that is patched doesn't seem to do anything. I grepped the > entire build directory for "

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-13 Thread John Marino
On 3/10/2015 23:04, John Marino wrote: > On 3/10/2015 21:18, Jonathan Wakely wrote: >> On 10/03/15 20:55 +0100, John Marino wrote: >>> On 3/10/2015 20:23, Jonathan Wakely wrote: John, assuming I'm right that dragonfly supports all these features, could you test this change? (You'll need

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-10 Thread John Marino
On 3/10/2015 21:18, Jonathan Wakely wrote: > On 10/03/15 20:55 +0100, John Marino wrote: >> On 3/10/2015 20:23, Jonathan Wakely wrote: >>> John, assuming I'm right that dragonfly supports all these features, >>> could you test this change? (You'll need the same change on line >>> 19555 of the libs

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-10 Thread Jonathan Wakely
On 10/03/15 20:55 +0100, John Marino wrote: On 3/10/2015 20:23, Jonathan Wakely wrote: John, assuming I'm right that dragonfly supports all these features, could you test this change? (You'll need the same change on line 19555 of the libstdc++-v3/configure script.) Sure, I can test it. How

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-10 Thread John Marino
On 3/10/2015 20:23, Jonathan Wakely wrote: > It has just occurred to me we might want to make this change for GCC5: > > > diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 > index 1727140..0b8c0f0 100644 > --- a/libstdc++-v3/acinclude.m4 > +++ b/libstdc++-v3/acinclude.m4 > @@ -12

Re: [patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-10 Thread Jeff Law
On 03/10/15 13:23, Jonathan Wakely wrote: It has just occurred to me we might want to make this change for GCC5: diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 1727140..0b8c0f0 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -1219,11 +1219,11

[patch] Use --enable-libstdcxx-time=yes on DragonFly BSD

2015-03-10 Thread Jonathan Wakely
It has just occurred to me we might want to make this change for GCC5: diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 1727140..0b8c0f0 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -1219,11 +1219,11 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME]