Re: svn commit: r289995 - head/usr.bin/dtc

2015-10-26 Thread Baptiste Daroussin
On Mon, Oct 26, 2015 at 10:37:17AM +, David Chisnall wrote:
> Author: theraven
> Date: Mon Oct 26 10:37:17 2015
> New Revision: 289995
> URL: https://svnweb.freebsd.org/changeset/base/289995
> 
> Log:
>   Ensure that dtc is built in C++11 mode.
>   
>   Reported by:George Abdelmalik
> 
> Modified:
>   head/usr.bin/dtc/Makefile
> 
> Modified: head/usr.bin/dtc/Makefile
> ==
> --- head/usr.bin/dtc/Makefile Mon Oct 26 10:09:08 2015(r289994)
> +++ head/usr.bin/dtc/Makefile Mon Oct 26 10:37:17 2015(r289995)
> @@ -6,6 +6,8 @@ MAN=  dtc.1
>  
>  WARNS?=  3
>  
> +CXXFLAGS+=   -std=c++11
> +
>  NO_SHARED?=NO
>  
>  .include 
> 
Just jumping on that one, you should probably revisit de HACKING files :)

Bapt


signature.asc
Description: PGP signature


Re: svn commit: r289995 - head/usr.bin/dtc

2015-10-26 Thread David Chisnall
On 26 Oct 2015, at 10:48, Baptiste Daroussin  wrote:
> 
> Just jumping on that one, you should probably revisit de HACKING files :)

Ah, good point.  I’ll update them.

David

___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r289995 - head/usr.bin/dtc

2015-10-26 Thread David Chisnall
Author: theraven
Date: Mon Oct 26 10:37:17 2015
New Revision: 289995
URL: https://svnweb.freebsd.org/changeset/base/289995

Log:
  Ensure that dtc is built in C++11 mode.
  
  Reported by:  George Abdelmalik

Modified:
  head/usr.bin/dtc/Makefile

Modified: head/usr.bin/dtc/Makefile
==
--- head/usr.bin/dtc/Makefile   Mon Oct 26 10:09:08 2015(r289994)
+++ head/usr.bin/dtc/Makefile   Mon Oct 26 10:37:17 2015(r289995)
@@ -6,6 +6,8 @@ MAN=dtc.1
 
 WARNS?=3
 
+CXXFLAGS+= -std=c++11
+
 NO_SHARED?=NO
 
 .include 
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"