cleanup shared library build system to be more $HOME-local-install friendly
authorRich Felker <dalias@aerifal.cx>
Tue, 28 Jun 2011 01:38:11 +0000 (21:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 28 Jun 2011 01:38:11 +0000 (21:38 -0400)
commit207c45d7abdf7a4bd93973f195deb4d8e202c3e3
tree87dbe7fe45e66c912d4e5c320318be7d1bbf2fc7
parent230f1813ad8264f09d5247fa0ed1e8e361c21e0e
cleanup shared library build system to be more $HOME-local-install friendly

the path for the dynamic linker is now configurable, and failure to
install the symlink for it will not stop the build.
Makefile
dist/config.mak
tools/gen-musl-gcc.sh