mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-24 16:07:19 +08:00
ae46a835fe
Avoid a recursive make to speed things up a bit. A tic6x-elf build shows installed objects & libs produce same code.
11 lines
201 B
Makefile
11 lines
201 B
Makefile
multilibtool_DATA += %D%/crt0.o
|
|
libobjs_a_SOURCES += %D%/crt0.S
|
|
|
|
multilibtool_LIBRARIES += %D%/libsim.a
|
|
%C%_libsim_a_SOURCES = \
|
|
%D%/sbrk.c \
|
|
putnum.c \
|
|
%D%/getpid.c \
|
|
%D%/kill.c \
|
|
%D%/syscalls.c
|