aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2019-03-29 18:43:46 +0000
committerEnji Cooper <ngie@FreeBSD.org>2019-03-29 18:43:46 +0000
commitbdbf3440cef44fdda6b975e29805df1c88b1c9f6 (patch)
tree56c529711cd8f3d7791fa3caf99f1256719fabbf /usr.bin/dtc
parent760b1a815b5c2fbb0f32796d3bc731aac8c87ace (diff)
downloadsrc-bdbf3440cef44fdda6b975e29805df1c88b1c9f6.tar.gz
src-bdbf3440cef44fdda6b975e29805df1c88b1c9f6.zip
Revert r345706: the third time will be the charm
When a review is closed via Phabricator it updates the patch attached to the review. I downloaded the raw patch from Phabricator, applied it, and repeated my mistake from r345704 by accident mixing content from D19732 and D19738. For my own personal sanity, I will try not to mix reviews like this in the future. MFC after: 1 month MFC with: r345706 Approved by: emaste (mentor, implicit)
Notes
Notes: svn path=/head/; revision=345707
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/Makefile b/usr.bin/dtc/Makefile
index 92769609d034..a834f622601f 100644
--- a/usr.bin/dtc/Makefile
+++ b/usr.bin/dtc/Makefile
@@ -6,7 +6,7 @@ MAN= dtc.1
WARNS?= 3
-CXXFLAGS+= -fno-rtti -fno-exceptions
+CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions
NO_SHARED?=NO