Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « i960 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d1f58bb101a9decf3a94f93770d2e69fca6fe03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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