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 stdenv: make -nostdinc work as intended 2020-07-23 08:39:46 +01:00
add-hardening.sh *-wrapper; Switch from infixSalt to suffixSalt 2020-05-12 00:44:44 -04:00
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 cc-wrapper: set FC when langFortran is on 2020-07-06 00:22:19 -04:00
gnat-wrapper.sh gnat: fix build 2020-09-19 20:54:27 -07:00
setup-hook.sh *-wrapper; Switch from infixSalt to suffixSalt 2020-05-12 00:44:44 -04:00