diff options
| author | Scott Norton <ssn33@MagicPenguin.wireless.yale.internal> | 2020-02-03 09:32:53 -0500 |
|---|---|---|
| committer | Scott Norton <ssn33@MagicPenguin.wireless.yale.internal> | 2020-02-03 09:32:53 -0500 |
| commit | 47d3516dec79352bac87a0decb95d4dfbc626436 (patch) | |
| tree | d1992a1fbdd7e9637bb2a0cb88769cf4ef6754d2 | |
| parent | 3fcbcaebaea25e36ae0f66d1f3953825518b7c9b (diff) | |
No more __STDC__ warning in libc
| -rw-r--r-- | libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
