[beken-72xx] Fix bootloop by undefined instruction on GCC 10
This commit is contained in:
@@ -49,6 +49,7 @@ env.Append(
|
||||
"-fno-inline-functions",
|
||||
"-fno-strict-aliasing",
|
||||
"-fsigned-char",
|
||||
"-fno-delete-null-pointer-checks",
|
||||
"-Wno-comment",
|
||||
],
|
||||
CFLAGS=[
|
||||
|
||||
@@ -25,6 +25,7 @@ env.Append(
|
||||
"-fno-short-enums",
|
||||
"-fomit-frame-pointer",
|
||||
"-fsigned-char",
|
||||
"-fno-delete-null-pointer-checks",
|
||||
],
|
||||
CFLAGS=[
|
||||
"-std=gnu99",
|
||||
|
||||
Reference in New Issue
Block a user