aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-01-15fix system breakage window during make install due to permissionsRich Felker
2013-12-03fix mv usage in install.sh to avoid bogus interactive promptingRich Felker
2013-12-01add infrastructure to record and report the version of libc.soRich Felker
2013-08-17replace system's install command with a shell scriptRich Felker
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2013-06-07fix mixup in previous change to gcc wrapperRich Felker
2013-06-07make gcc-specific headers (intrinsics, etc.) available with wrapperRich Felker
2012-07-23gcc wrapper improvement: leave libgcc dir in the library pathRich Felker
2012-06-06make gcc wrapper rewrite link options rather than just extending themRich Felker
2012-05-30fix musl-gcc wrapper to work with -pieRich Felker
2012-04-22new gcc wrapper, entirely specfile basedRich Felker
2012-02-17remove -std=gnu99 from musl-gcc wrapperRich Felker
2012-02-02improve gcc wrapper to support -nostdlib, -nostartfilesRich Felker
2012-01-24make gcc wrapper support -shared correctlyRich Felker
2011-09-21new gcc wrapper now supports pre-4.4 gcc versions and is more robustRich Felker
2011-06-27cleanup shared library build system to be more $HOME-local-install friendlyRich Felker
2011-06-25fix dynamic linker issue in musl-gcc wrapperRich Felker
2011-06-23adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker
2011-03-01use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapperRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker