katef / kmkf

General purpose BSD Makefiles
http://kmkf.elide.org/
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

Use cc instead of ld for creating shared libraries #3

Open jkj opened 6 years ago

jkj commented 6 years ago

Simple change to use ${CC} to created shared objects rather than using ld directly, so that the compiler driver has the opportunity to do things the way it wants them done.