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/i960/Makefile.inc')
-rw-r--r--libgloss/i960/Makefile.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/libgloss/i960/Makefile.inc b/libgloss/i960/Makefile.inc
new file mode 100644
index 000000000..3d1f58bb1
--- /dev/null
+++ b/libgloss/i960/Makefile.inc
@@ -0,0 +1,16 @@
+multilibtool_DATA += \
+ %D%/crt0.o
+libobjs_a_SOURCES += \
+ %D%/crt0.c
+
+multilibtool_DATA += \
+ %D%/mon960.ld
+
+multilibtool_LIBRARIES += %D%/libmon960.a
+%C%_libmon960_a_SOURCES = \
+ putnum.c \
+ unlink.c \
+ %D%/mon-read.c \
+ %D%/mon-write.c \
+ %D%/mon-syscalls.S \
+ %D%/mon960.c