nixpkgs/pkgs/build-support/cc-wrapper
Thomas Tuegel 54c7a0f422 cc-wrapper: -nostdlib does not imply -nostdinc++
The check for including the C++ standard library headers was nested inside the
check for linking with the C++ standard library. As a result, the `-nostdlib`
flag incorrectly implied `-nostdinc++`, which made it virtually impossible to
partially link C++ objects.
2021-03-20 09:26:04 +01:00
..
add-flags.sh
add-hardening.sh
cc-wrapper.sh cc-wrapper: -nostdlib does not imply -nostdinc++ 2021-03-20 09:26:04 +01:00
default.nix Merge pull request #112449 from angerman/angerman/response-files 2021-03-06 11:24:32 -05:00
fortran-hook.sh
gnat-wrapper.sh
setup-hook.sh