From 5c4b6573e079a6ad4e8bfcf661c99058f6185251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 5 Nov 2012 19:44:08 +0000 Subject: [PATCH] Replaced -fno-builtin by -ffreestanding to allow usage of stdint.h when the standard library is not available. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e912d5b..65dd984 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ CFLAGS=-mcpu=5474\ -Os\ -fomit-frame-pointer\ -fno-strict-aliasing\ - -fno-builtin\ + -ffreestanding\ -fleading-underscore\ -Wa,--register-prefix-optional