musl/tools
Rich Felker 7dad9c2125 fix musl-gcc wrapper to be compatible with default-pie gcc toolchains
the specfile for the wrapper was written assuming output is pie only
if -pie appears on the command line. recent (and older patched)
versions of gcc can be configured to produce pie output by default,
adn when used with such a toolchain, the wrapper linked the wrong
startfiles (crt*) containing pic-incompatible code.

rather than trying to figure out gcc's default, simply always use the
pic-compatible start files.
2018-08-02 19:15:48 -04:00
..
add-cfi.common.awk factor common awk functions for CFI generation scripts into new file 2015-10-08 21:03:10 +00:00
add-cfi.i386.awk recognize partial register operands in i386 CFI generation 2015-10-13 18:02:36 -04:00
add-cfi.x86_64.awk add CFI generation script for x86_64 2015-10-13 18:09:46 -04:00
install.sh fix system breakage window during make install due to permissions 2014-01-15 22:29:13 -05:00
ld.musl-clang.in add musl-clang, a wrapper for system clang installs 2015-07-06 23:52:16 +00:00
mkalltypes.sed
musl-clang.in add musl-clang, a wrapper for system clang installs 2015-07-06 23:52:16 +00:00
musl-gcc.specs.sh fix musl-gcc wrapper to be compatible with default-pie gcc toolchains 2018-08-02 19:15:48 -04:00
version.sh add infrastructure to record and report the version of libc.so 2013-12-01 17:27:25 -05:00