Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup shared library build system to be more $HOME-local-install friendly | Rich Felker | 2011-06-27 | 1 | -2/+2 |
| | | | | | the path for the dynamic linker is now configurable, and failure to install the symlink for it will not stop the build. | ||||
* | fix dynamic linker issue in musl-gcc wrapper | Rich Felker | 2011-06-25 | 1 | -1/+1 |
| | |||||
* | adapt build/install/gcc-wrapper systems for dynamic linking support | Rich Felker | 2011-06-23 | 1 | -2/+3 |
| | |||||
* | use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper | Rich Felker | 2011-03-01 | 1 | -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. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+30 |