littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

[build] Use CC as a linker #324

Open heatd opened 2 years ago

heatd commented 2 years ago

Make lk use the compiler as the linker and convert all of the passed flags into CC equivalents

travisg commented 1 year ago

I have a locally rebased version. Looks pretty good, going to test it alongside another CL that enables clang and make sure they don't conflict.