4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-25 01:57:17 +08:00
newlib-cygwin/libgloss/i960/Makefile.inc
Mike Frysinger 6f6d67a012 libgloss: merge i960 into top-level Makefile
Avoid a recursive make to speed things up a bit.
I can't test this as current versions of binutils doesn't support i960.
2023-12-31 01:42:37 -05:00

17 lines
277 B
Makefile

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