diff options
Diffstat (limited to 'usr.bin/dtc/Makefile')
-rw-r--r-- | usr.bin/dtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/Makefile b/usr.bin/dtc/Makefile index a834f622601f..92769609d034 100644 --- a/usr.bin/dtc/Makefile +++ b/usr.bin/dtc/Makefile @@ -6,7 +6,7 @@ MAN= dtc.1 WARNS?= 3 -CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions +CXXFLAGS+= -fno-rtti -fno-exceptions NO_SHARED?=NO |