mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-25 00:27:19 +08:00
ad17cf6d67
Avoid a recursive make to speed things up a bit. A fr30-elf build shows installed objects & libs produce same code. A lot of code seems like it hasn't been migrated, but that's because it's all disabled/unused (i.e. all the test & mon code). It looks like a lot of copy & paste holdovers from the original port.
9 lines
169 B
Makefile
9 lines
169 B
Makefile
multilibtool_DATA += %D%/crt0.o
|
|
libobjs_a_SOURCES += %D%/crt0.s
|
|
|
|
multilibtool_LIBRARIES += %D%/libsim.a
|
|
%C%_libsim_a_SOURCES = \
|
|
%D%/syscalls.c \
|
|
putnum.c \
|
|
unlink.c
|