nixpkgs/pkgs/build-support/cc-wrapper
Eelco Dolstra d5bb6a1f9c glibc: Enable separate debug symbols
The importance of glibc makes it worthwhile to provide debug
symbols. However, this revealed an issue with separateDebugInfo: it
was indiscriminately adding --build-id to all ld invocations, while in
fact it should only do that for final links. Glibc also uses non-final
("relocatable") links, leading to subsequent failure to apply a build
ID ("Cannot create .note.gnu.build-id section, --build-id
ignored"). So now ld-wrapper.sh only passes --build-id for final
links.
2016-02-28 02:57:37 +01:00
..
add-flags cc-wrapper: fix #10574: old gcc -> cc fallout 2016-02-05 14:05:14 +01:00
cc-wrapper.sh cc-wrapper: quote when saving $PATH 2016-01-25 09:54:10 +01:00
default.nix cc-wrapper: fix on darwin 2016-01-19 17:47:11 -05:00
gnat-wrapper.sh cc-wrapper: quote when saving $PATH 2016-01-25 09:54:10 +01:00
gnatlink-wrapper.sh rename gcc-wrapper to cc-wrapper. 2015-01-14 20:26:56 -08:00
ld-solaris-wrapper.sh Fix compilation of GCC 4.9 on SmartOS. 2015-11-16 17:20:16 +01:00
ld-wrapper.sh glibc: Enable separate debug symbols 2016-02-28 02:57:37 +01:00
setup-hook.sh stdenv-linux: Ensure binutils comes before bootstrapTools in $PATH 2016-02-28 01:13:15 +01:00
utils.sh rename gcc-wrapper to cc-wrapper. 2015-01-14 20:26:56 -08:00