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 22fedcc84..e90517f85 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -31,6 +31,7 @@ GENERAL_SOURCES = \
gdtoa-hexnan.c \
getenv.c \
getenv_r.c \
+ itoa.c \
labs.c \
ldiv.c \
ldtoa.c \
@@ -52,6 +53,7 @@ GENERAL_SOURCES = \
strtod.c \
strtol.c \
strtoul.c \
+ utoa.c \
wcstod.c \
wcstol.c \
wcstoul.c \
@@ -257,6 +259,7 @@ CHEWOUT_FILES= \
envlock.def \
exit.def \
getenv.def \
+ itoa.def \
labs.def \
ldiv.def \
llabs.def \
@@ -277,6 +280,7 @@ CHEWOUT_FILES= \
strtoll.def \
strtoul.def \
strtoull.def \
+ utoa.def \
wcsnrtombs.def \
wcstod.def \
wcstol.def \