4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-22 06:49:57 +08:00
Mike Frysinger 2a83e65fc2 newlib: rtems: drop redundant header install
The top-level newlib dir already takes care of recursing into the
sys/xxx/include/ subdirs and installing any headers found, so the
rtems subdir doesn't need to do this itself.
2022-02-16 20:03:57 -05:00

13 lines
267 B
Makefile

## Process this file with automake to generate Makefile.in
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(AM_CPPFLAGS)
noinst_LIBRARIES = lib.a
lib_a_SOURCES = dummysys.c cpusetalloc.c cpusetfree.c
lib_a_CFLAGS = $(AM_CFLAGS)
all-local: crt0.o