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\
|
||||
-fomit-frame-pointer\
|
||||
-fno-strict-aliasing\
|
||||
-fno-builtin\
|
||||
-ffreestanding\
|
||||
-fleading-underscore\
|
||||
-Wa,--register-prefix-optional
|
||||
|
||||
|
||||
Reference in New Issue
Block a user