Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « arm « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0122956596f09c6bbcd0452803b2ee6809283b76 (plain)
1
2
3
4
5
6
AM_CPPFLAGS_%C% = -I$(srcdir)/libc/machine/arm

libc_a_SOURCES += %D%/access.c %D%/aeabi_atexit.c %D%/sysconf.c
if MAY_SUPPLY_SYSCALLS
libc_a_SOURCES += %D%/libcfunc.c %D%/trap.S %D%/syscalls.c
endif