summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorLines
2013-12-03fix mv usage in install.sh to avoid bogus interactive promptingRich Felker-1/+1
2013-12-01add infrastructure to record and report the version of libc.soRich Felker-0/+12
2013-08-17replace system's install command with a shell scriptRich Felker-0/+65
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-0/+15
2013-06-07fix mixup in previous change to gcc wrapperRich Felker-1/+1
2013-06-07make gcc-specific headers (intrinsics, etc.) available with wrapperRich Felker-2/+2
2012-07-23gcc wrapper improvement: leave libgcc dir in the library pathRich Felker-1/+1
2012-06-06make gcc wrapper rewrite link options rather than just extending themRich Felker-3/+1
2012-05-30fix musl-gcc wrapper to work with -pieRich Felker-1/+1
2012-04-22new gcc wrapper, entirely specfile basedRich Felker-60/+39
2012-02-17remove -std=gnu99 from musl-gcc wrapperRich Felker-1/+1
2012-02-02improve gcc wrapper to support -nostdlib, -nostartfilesRich Felker-1/+1
2012-01-24make gcc wrapper support -shared correctlyRich Felker-2/+7
2011-09-21new gcc wrapper now supports pre-4.4 gcc versions and is more robustRich Felker-17/+40
2011-06-27cleanup shared library build system to be more $HOME-local-install friendlyRich Felker-2/+2
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
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+30