Replaced -fno-builtin by -ffreestanding to allow usage of stdint.h when the standard library is not available.
This commit is contained in:
@@ -35,7 +35,7 @@ CFLAGS=-mcpu=5474\
|
|||||||
-Os\
|
-Os\
|
||||||
-fomit-frame-pointer\
|
-fomit-frame-pointer\
|
||||||
-fno-strict-aliasing\
|
-fno-strict-aliasing\
|
||||||
-fno-builtin\
|
-ffreestanding\
|
||||||
-fleading-underscore\
|
-fleading-underscore\
|
||||||
-Wa,--register-prefix-optional
|
-Wa,--register-prefix-optional
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user