4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-21 05:49:19 +08:00
newlib-cygwin/libgloss/i960/Makefile.inc
Mike Frysinger 6bbeed74ca 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.
2024-01-03 03:49:10 -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