summaryrefslogtreecommitdiff
path: root/tools/gen-musl-gcc.sh
AgeCommit message (Collapse)AuthorLines
2011-06-27cleanup shared library build system to be more $HOME-local-install friendlyRich Felker-2/+2
the path for the dynamic linker is now configurable, and failure to install the symlink for it will not stop the build.
2011-06-25fix dynamic linker issue in musl-gcc wrapperRich Felker-1/+1
2011-06-23adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker-2/+3
2011-03-01use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapperRich Felker-1/+2
this should avoid warnings about unused libs when not linking, and might fix some other obscure issues too. i might replace this approach with a completely different one soon though.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+30