summaryrefslogtreecommitdiff
path: root/libc/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/time/Makefile')
-rw-r--r--libc/time/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/time/Makefile b/libc/time/Makefile
index 5d0f7ff58..78e127da8 100644
--- a/libc/time/Makefile
+++ b/libc/time/Makefile
@@ -54,12 +54,6 @@ CFLAGS-tzfile.c = $(tz-cflags)
CFLAGS-tzset.c = $(tz-cflags)
CFLAGS-getdate.c = -fexceptions
-OPTION_EGLIBC_LOCALE_CODE-CFLAGS-$(OPTION_EGLIBC_LOCALE_CODE) \
- = -DOPTION_EGLIBC_LOCALE_CODE
-
-CFLAGS-strftime_l.c = $(OPTION_EGLIBC_LOCALE_CODE-CFLAGS-y)
-CFLAGS-strptime_l.c = $(OPTION_EGLIBC_LOCALE_CODE-CFLAGS-y)
-
# Don't warn about Y2k problem in strftime format string.
CFLAGS-test_time.c = -Wno-format