Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-11-09 01:44:16 +0300
committerJeff Johnston <jjohnstn@redhat.com>2005-11-09 01:44:16 +0300
commitb397593c94941f7ef41a265e065f57dffaa7e9bd (patch)
treed61af3b0dd99feb68d5c08c06d70e05c11f9a9f2 /newlib/libc/time/Makefile.am
parent86c6c4212fc4d69a499654f4f95fed11d1226678 (diff)
2005-11-08 Tom Walsh <tom@openhardware.net>
* libc/time/tzvars.c: New file. * libc/time/tzset_r.c: Moved globals into tzvars.c so other time functions needn't link in __tzset_r and its dependencies. * libc/time/Makefile.am: Add the new file. * libc/time/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/time/Makefile.am')
-rw-r--r--newlib/libc/time/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/time/Makefile.am b/newlib/libc/time/Makefile.am
index 3e0ae571a..f5c9a02a7 100644
--- a/newlib/libc/time/Makefile.am
+++ b/newlib/libc/time/Makefile.am
@@ -23,7 +23,8 @@ LIB_SOURCES = \
time.c \
tzlock.c \
tzset.c \
- tzset_r.c
+ tzset_r.c \
+ tzvars.c
libtime_la_LDFLAGS = -Xcompiler -nostdlib