TinyScheme: Fixed Problem with Building the Library Files

I fixed the problem mentioned earlier by adjusting the makefile to link using GCC instead of the linking with the ld linker directly. It seems like it should be possible to do it directly with the linker and the correct flags, but at the end of the day likely nobody cares how it builds so long as it does build.

The patch is available in my repo. The package allows you to select tinyscheme in menuconfig and select as options whether or not you want to installed the libraries. I submitted a pull request to libreCMC, but they asked if I could instead split the package into two packages, one with the libraries and one without, which will give users access to both without having to recompile. Should have that done in day or two, God willing.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s