| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix mixup in previous change to gcc wrapper | Rich Felker | 2013-06-07 | 1 | -1/+1 |
| * | make gcc-specific headers (intrinsics, etc.) available with wrapper•••they are intentionally listed after the libc include directory so that
the gcc float.h, etc. don't get used in place of the libc ones.
| Rich Felker | 2013-06-07 | 1 | -2/+2 |
| * | gcc wrapper improvement: leave libgcc dir in the library path•••this is needed in case -lgcc is passed explicitly on the link command
line, for example if the wrapper is being used to build musl itself.
| Rich Felker | 2012-07-23 | 1 | -1/+1 |
| * | make gcc wrapper rewrite link options rather than just extending them•••this is not tested yet, but should work to get rid of unwanted
--hash-style=gnu hacks present in some distro-patched gcc versions.
| Rich Felker | 2012-06-06 | 1 | -3/+1 |
| * | fix musl-gcc wrapper to work with -pie•••linking the wrong crt1.o resulted in textrels and thus crashing
| Rich Felker | 2012-05-30 | 1 | -1/+1 |
| * | new gcc wrapper, entirely specfile based•••the _concept_ of this wrapper has been tested extensively, but the
integration with the build/install system, and using a persistent
specfile rather than one generated at build-time, have not been
heavily tested and may need minor tweaks.
this approach should be a lot more robust (and easier to improve) than
writing a shell script that's responsible for trying to mimic gcc's
logic about whether it's compiling or linking, building shared libs or
executable files, etc. it's also lighter weight and should result in
mildly faster builds when using the wrapper.
| Rich Felker | 2012-04-22 | 2 | -60/+39 |
| * | remove -std=gnu99 from musl-gcc wrapper•••while probably desirable, changing the default language variant is
outside the scope of the wrapper's responsibility.
| Rich Felker | 2012-02-17 | 1 | -1/+1 |
| * | improve gcc wrapper to support -nostdlib, -nostartfiles | Rich Felker | 2012-02-02 | 1 | -1/+1 |
| * | make gcc wrapper support -shared correctly•••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.
| Rich Felker | 2012-01-24 | 1 | -2/+7 |
| * | new gcc wrapper now supports pre-4.4 gcc versions and is more robust | Rich Felker | 2011-09-21 | 1 | -16/+39 |
| * | cleanup shared library build system to be more $HOME-local-install friendly•••the path for the dynamic linker is now configurable, and failure to
install the symlink for it will not stop the build.
| Rich Felker | 2011-06-27 | 1 | -2/+2 |
| * | 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•••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.
| Rich Felker | 2011-03-01 | 1 | -1/+2 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+30 |