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/sys/linux/Makefile.am')
-rw-r--r--newlib/libc/sys/linux/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/Makefile.am b/newlib/libc/sys/linux/Makefile.am
index 00d189b71..9f3986f5b 100644
--- a/newlib/libc/sys/linux/Makefile.am
+++ b/newlib/libc/sys/linux/Makefile.am
@@ -4,10 +4,20 @@ AUTOMAKE_OPTIONS = cygnus
INCLUDES = -I$(srcdir)/include $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) $(INCLTDL)
+if ELIX_LEVEL_1
+argp_dir=
+ARGP_LIB=
+else
+argp_dir=argp
+ARGP_LIB=argp/libargp.la
+endif
+
SUBDIRS = machine \
+ $(argp_dir) \
cmath \
.
SUBLIBS = \
+ $(ARGP_LIB) \
cmath/libcmath.la \
$(LINUX_MACH_LIB)
@@ -102,7 +112,8 @@ ELIX_2_OBJS = \
fstatvfs64.$(oext) \
ftw.$(oext) \
ftw64.$(oext) \
- getoptlong.$(oext) \
+ getopt.$(oext) \
+ getopt1.$(oext) \
getrlimit64.$(oext) \
getwd.$(oext) \
io64.$(oext) \