From fbdb4b0111a6f68233526aa1ca2f95be09baca9f 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. --- BaS_GNU/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index e912d5b..65dd984 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -35,7 +35,7 @@ CFLAGS=-mcpu=5474\ -Os\ -fomit-frame-pointer\ -fno-strict-aliasing\ - -fno-builtin\ + -ffreestanding\ -fleading-underscore\ -Wa,--register-prefix-optional