Replaced -fno-builtin by -ffreestanding to allow usage of stdint.h when the standard library is not available.

This commit is contained in:
Vincent Rivière
2012-11-05 19:44:08 +00:00
parent c7e76c70ec
commit 937819a502

View File

@@ -35,7 +35,7 @@ CFLAGS=-mcpu=5474\
-Os\
-fomit-frame-pointer\
-fno-strict-aliasing\
-fno-builtin\
-ffreestanding\
-fleading-underscore\
-Wa,--register-prefix-optional