Ensure that dtc is built in C++11 mode.
Reported by: George Abdelmalik
This commit is contained in:
parent
14a87e901c
commit
9baf3f008e
@ -6,6 +6,8 @@ MAN= dtc.1
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
CXXFLAGS+= -std=c++11
|
||||
|
||||
NO_SHARED?=NO
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user