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 'libgloss/tic6x/Makefile.inc')
-rw-r--r--libgloss/tic6x/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgloss/tic6x/Makefile.inc b/libgloss/tic6x/Makefile.inc
new file mode 100644
index 000000000..0516cab54
--- /dev/null
+++ b/libgloss/tic6x/Makefile.inc
@@ -0,0 +1,10 @@
+multilibtool_DATA += %D%/crt0.o
+libobjs_a_SOURCES += %D%/crt0.S
+
+multilibtool_LIBRARIES += %D%/libsim.a
+%C%_libsim_a_SOURCES = \
+ %D%/sbrk.c \
+ putnum.c \
+ %D%/getpid.c \
+ %D%/kill.c \
+ %D%/syscalls.c