mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
74885d4fbd
Avoid a recursive make to speed things up a bit. This drops the header install logic because the lm32/ subdir doesn't actually have any header files to install.
8 lines
173 B
Makefile
8 lines
173 B
Makefile
multilibtool_DATA += %D%/crt0.o %D%/sim.ld
|
|
multilibtool_LIBRARIES += %D%/libgloss.a
|
|
libobjs_a_SOURCES += %D%/crt0.S
|
|
|
|
%C%_libgloss_a_SOURCES = \
|
|
%D%/isatty.c \
|
|
%D%/scall.S
|