summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-08-17replace system's install command with a shell scriptRich Felker1-0/+65
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-0/+15
2013-06-07fix mixup in previous change to gcc wrapperRich Felker1-1/+1
2013-06-07make gcc-specific headers (intrinsics, etc.) available with wrapperRich Felker1-2/+2
2012-07-23gcc wrapper improvement: leave libgcc dir in the library pathRich Felker1-1/+1
2012-06-06make gcc wrapper rewrite link options rather than just extending themRich Felker1-3/+1
2012-05-30fix musl-gcc wrapper to work with -pieRich Felker1-1/+1
2012-04-22new gcc wrapper, entirely specfile basedRich Felker2-60/+39
2012-02-17remove -std=gnu99 from musl-gcc wrapperRich Felker1-1/+1
2012-02-02improve gcc wrapper to support -nostdlib, -nostartfilesRich Felker1-1/+1
2012-01-24make gcc wrapper support -shared correctlyRich Felker1-2/+7
2011-09-21new gcc wrapper now supports pre-4.4 gcc versions and is more robustRich Felker1-17/+40
2011-06-27cleanup shared library build system to be more $HOME-local-install friendlyRich Felker1-2/+2
2011-06-25fix dynamic linker issue in musl-gcc wrapperRich Felker1-1/+1
2011-06-23adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker1-2/+3
2011-03-01use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapperRich Felker1-1/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+30