Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-02-02 | improve gcc wrapper to support -nostdlib, -nostartfiles | Rich Felker | -1/+1 | |
2012-01-24 | make gcc wrapper support -shared correctly | Rich Felker | -2/+7 | |
it was previously attempting to link start files as part of shared objects. this is definitely wrong and depending on the platform and linker could range from just adding extraneous junk to introducing textrels to making linking fail entirely. | ||||
2011-09-21 | new gcc wrapper now supports pre-4.4 gcc versions and is more robust | Rich Felker | -17/+40 | |
2011-06-27 | cleanup shared library build system to be more $HOME-local-install friendly | Rich 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-25 | fix dynamic linker issue in musl-gcc wrapper | Rich Felker | -1/+1 | |
2011-06-23 | adapt build/install/gcc-wrapper systems for dynamic linking support | Rich Felker | -2/+3 | |
2011-03-01 | use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper | Rich 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-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+30 | |