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