aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dtc/Makefile
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2015-12-29 16:29:42 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2015-12-29 16:29:42 +0000
commitc64a3eaf92547367f5987d503172bc9c65487879 (patch)
treef5455f4d11b00e41dbc3867a70a28c1922853a62 /usr.bin/dtc/Makefile
parentac8cb02f74ac840dbbcf3f799292f293a81b7b0c (diff)
downloadsrc-c64a3eaf92547367f5987d503172bc9c65487879.tar.gz
src-c64a3eaf92547367f5987d503172bc9c65487879.zip
Improvements to BSD-licensed DTC.
- Added an expression parser so that expressions from headers are now working - Fixed missing null terminators on cross references - Disabled exceptions / RTTI in the build for smaller binaries - Changed phandle order generation to be identical to GPL'd dtc
Notes
Notes: svn path=/head/; revision=292876
Diffstat (limited to 'usr.bin/dtc/Makefile')
-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 a6c722a05342..a834f622601f 100644
--- a/usr.bin/dtc/Makefile
+++ b/usr.bin/dtc/Makefile
@@ -6,7 +6,7 @@ MAN= dtc.1
WARNS?= 3
-CXXFLAGS+= -std=c++11
+CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions
NO_SHARED?=NO