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