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:
authorMike Frysinger <vapier@gentoo.org>2022-02-02 08:23:50 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-11 14:14:55 +0300
commit62e580f01b8d1c5a3bce5c046853332217cf6458 (patch)
treef0943e4d0701a87e46bebba931bc991466f5f2d0 /libgloss/iq2000/Makefile.inc
parentf8aede785505de293feb0c105450a0f32e8cbfe6 (diff)
libgloss: merge iq2000 into top-level Makefile
Avoid a recursive make to speed things up a bit.
Diffstat (limited to 'libgloss/iq2000/Makefile.inc')
-rw-r--r--libgloss/iq2000/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgloss/iq2000/Makefile.inc b/libgloss/iq2000/Makefile.inc
new file mode 100644
index 000000000..97c91421c
--- /dev/null
+++ b/libgloss/iq2000/Makefile.inc
@@ -0,0 +1,11 @@
+multilibtool_DATA += %D%/crt0.o %D%/sim.ld
+multilibtool_LIBRARIES += %D%/libeval.a
+libobjs_a_SOURCES += %D%/crt0.S %D%/test.o
+
+%C%_libeval_a_SOURCES = \
+ %D%/_exit.c %D%/access.c %D%/chmod.c %D%/close.c %D%/crt1.c \
+ %D%/fstat.c %D%/getpid.c %D%/gettime.c %D%/isatty.c \
+ %D%/kill.c %D%/lseek.c %D%/open.c %D%/read.c \
+ %D%/sbrk.c %D%/stat.c %D%/time.c %D%/trap.c %D%/unlink.c %D%/utime.c %D%/write.c
+
+check_PROGRAMS += %D%/test