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:
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r--newlib/libc/stdlib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am
index 1d41fe15f..8bf5b8e8b 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -70,8 +70,10 @@ lib_a_SOURCES = \
strdup_r.c \
strtod.c \
strtol.c \
+ strtoll.c \
strtoll_r.c \
strtoul.c \
+ strtoull.c \
strtoull_r.c \
system.c \
valloc.c \
@@ -150,7 +152,9 @@ CHEWOUT_FILES= \
rand48.def \
strtod.def \
strtol.def \
+ strtoll.def \
strtoul.def \
+ strtoull.def \
system.def \
wcstombs.def \
wctomb.def