mirror of
https://github.com/pret/agbcc.git
synced 2026-05-06 04:46:26 -05:00
No more __STDC__ warning in libc
This commit is contained in:
parent
3fcbcaebae
commit
47d3516dec
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user