[beken-72xx] Fix bootloop by undefined instruction on GCC 10

This commit is contained in:
Kuba Szczodrzyński
2023-03-15 17:26:09 +01:00
parent eae64d34e2
commit 8f338a6b30
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ env.Append(
"-fno-inline-functions",
"-fno-strict-aliasing",
"-fsigned-char",
"-fno-delete-null-pointer-checks",
"-Wno-comment",
],
CFLAGS=[

View File

@@ -25,6 +25,7 @@ env.Append(
"-fno-short-enums",
"-fomit-frame-pointer",
"-fsigned-char",
"-fno-delete-null-pointer-checks",
],
CFLAGS=[
"-std=gnu99",