mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
8 lines
188 B
PHP
8 lines
188 B
PHP
|
if MACH_ADD_SETJMP
|
||
|
libc_a_SOURCES += %D%/setjmp.S
|
||
|
endif
|
||
|
|
||
|
libc_a_SOURCES += \
|
||
|
%D%/memchr.S %D%/memcmp.S %D%/memcpy.S %D%/memset.S %D%/strchr.S \
|
||
|
%D%/memmove.S %D%/strlen.S %D%/i386mach.h
|