mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-21 05:49:19 +08:00
6bbeed74ca
Avoid a recursive make to speed things up a bit. I can't test this as current versions of binutils doesn't support i960.
17 lines
277 B
Makefile
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
|