Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / machine / msp430 / Makefile.inc
blob0571a60b103e4af4ec86567fe7d3426723f22df8
1 libc_a_SOURCES += %D%/setjmp.S
3 ## tiny-printf.c and tiny-puts.c are derived from the nano printf/puts
4 ## functions, so other supporting nano functions are required, and the tiny
5 ## printf/puts will not work without them.
6 if NEWLIB_NANO_FORMATTED_IO
7 libc_a_SOURCES += %D%/tiny-puts.c %D%/tiny-printf.c
8 endif