No more __STDC__ warning in libc

This commit is contained in:
Scott Norton 2020-02-03 09:32:53 -05:00
parent 3fcbcaebae
commit 47d3516dec

View File

@ -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.