From 47d3516dec79352bac87a0decb95d4dfbc626436 Mon Sep 17 00:00:00 2001 From: Scott Norton Date: Mon, 3 Feb 2020 09:32:53 -0500 Subject: No more __STDC__ warning in libc --- libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/Makefile b/libc/Makefile index f699e5c..48bfa40 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -9,7 +9,7 @@ CFLAGS := -O2 -fno-builtin CPPFLAGS := -I ../ginclude -I include -nostdinc -undef \ -DABORT_PROVIDED -DHAVE_GETTIMEOFDAY -D__thumb__ -DARM_RDI_MONITOR \ --D__STDC__ -D__GNUC__ -DINTERNAL_NEWLIB -D__USER_LABEL_PREFIX__= +-D__GNUC__ -DINTERNAL_NEWLIB -D__USER_LABEL_PREFIX__= # Clear the default suffixes. -- cgit v1.2.3