[beken-72xx] Move to GNU++11
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -43,4 +43,5 @@
|
||||
## RTL8710B
|
||||
|
||||
- add generic board definition
|
||||
- move to GNU++11 (and verify that it works) - take all stdio functions from stdio.h
|
||||
- rewrite most of Wiring (it was copied from `ambd_arduino`, and is ugly)
|
||||
|
||||
@@ -58,7 +58,7 @@ env.Append(
|
||||
"-Wno-unknown-pragmas",
|
||||
],
|
||||
CXXFLAGS=[
|
||||
"-std=c++11",
|
||||
"-std=gnu++11",
|
||||
"-MMD",
|
||||
"-fno-exceptions",
|
||||
"-fno-rtti",
|
||||
|
||||
Reference in New Issue
Block a user