8 lines
70 B
Makefile
8 lines
70 B
Makefile
|
|
LIBRARIES=libc
|
|
|
|
libc_FILES=" \
|
|
__setjmp.gs \
|
|
longjmp.gs"
|
|
|
|
TYPE=gnu
|