[beken-72xx] Move to GNU++11

This commit is contained in:
Kuba Szczodrzyński
2022-07-10 20:18:12 +02:00
parent ead577a116
commit 052d7be1a9
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -58,7 +58,7 @@ env.Append(
"-Wno-unknown-pragmas",
],
CXXFLAGS=[
"-std=c++11",
"-std=gnu++11",
"-MMD",
"-fno-exceptions",
"-fno-rtti",