Commit 0dc71b03 authored by houkime's avatar houkime

enforce gnu C++ 11

parent 013bac87
......@@ -158,7 +158,7 @@ else
endif
explinkflags := $(cross_compile) -g -L$(elib_dir)
cxxflags := $(cflags)
cxxflags := -std=gnu++11 $(cflags)
clis = /lis=$(list)
dolist = /lis=$(list)
domap = -Xlinker -Map -Xlinker $(map)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment