Builds TinyScheme library correctly
authorpi31415 <christopher.howard@qlfiles.net>
Wed, 23 May 2018 15:26:05 +0000 (07:26 -0800)
committerpi31415 <christopher.howard@qlfiles.net>
Wed, 23 May 2018 15:26:05 +0000 (07:26 -0800)
commit218e83e89c5bf44d0c7a5e6aee28e26ceb04d5c9
tree52637b335f277b2b49a0080ebb3e7638d5d4b1a3
parent797b5408dcf97594c507a0fb3ab7fcebb601e469
Builds TinyScheme library correctly

Adjusts makefile to use $(CC) rather than $(LD) so that gcc will be
used rather than the linker directly. This bypasses the problem
with being unable to link to libgcc_s.so.
lang/tinyscheme/Makefile
lang/tinyscheme/patches/001-makefile.patch