about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2018-06-23cc-wrapper: disable stackprotector for mingwMatthew Bauer1-0/+4
2018-06-15Merge a subset of staging (security)Vladimír Čunát1-1/+1
2018-06-14cc-wrapper: fix eval error on macMatthew Bauer1-1/+1
2018-06-03cc-wrapper, bintools-wrapper: use getHostRoleEnvHook instead of getTargetRole...Ben Wolsieffer1-1/+1
2018-05-24clang_6: fix sanitizers under libstdc++Benjamin Saunders1-2/+2
2018-05-24Merge remote-tracking branch 'upstream/staging' into compiler-rtJohn Ericson6-198/+89
2018-05-24tests.cc-wrapper: verify building with sanitizersBenjamin Saunders1-2/+2
2018-05-14Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson8-398/+99
2018-05-14treewide: Get rid of all uses of crossConfigJohn Ericson2-1/+2
2018-05-07Merge pull request #40139 from obsidiansystems/modular-setup-hooksJohn Ericson5-137/+18
2018-05-07{bintools,cc}-wrapper: Factor out role accumulation logicJohn Ericson4-95/+4
2018-05-07treewide: Use pkgs/build-support/roles.bash to remove copy pastaJohn Ericson2-42/+14
2018-04-26bintools-wrapper, cc-wrapper: don't add `targetPrefix` the second timeJan Malakhovski1-1/+1
2018-04-14{cc,bintools}-wrapper: fix removal of unsupported hardening flagsPiotr Bogdan1-1/+1
2018-04-11Revert "Revert "Merge pull request #28029 from cstrahan/hardening-fix""John Ericson4-59/+68
2018-04-10Revert "Merge pull request #28029 from cstrahan/hardening-fix"Matthew Bauer4-68/+59
2018-04-10Merge pull request #28029 from cstrahan/hardening-fixJohn Ericson4-59/+68
2018-04-10hardening: ReindentJohn Ericson1-34/+34
2018-04-10hardening: Tiny reindentJohn Ericson1-2/+2
2018-04-10hardening: line order, spacing, and pointless quoting for consistencyJohn Ericson1-3/+4
2018-04-10hardenning: Rejigger ifs and explicit declare and unset -vJohn Ericson1-8/+7
2018-04-10hardening: simplify reporting of disabled flagsCharles Strahan1-8/+2
2018-04-10hardening: make requested fixesCharles Strahan1-1/+0
2018-03-08treewide: Remove gnat support.Shea Levy4-194/+1
2018-03-06hardening: ld wrapper changes, setup-hook, etcCharles Strahan3-3/+6
2018-03-06hardening: initial cross supportCharles Strahan3-4/+6
2018-03-06hardening: allow user supplied flags to overrideCharles Strahan1-2/+2
2018-03-06hardening: clarify the whitelist logicCharles Strahan1-8/+12
2018-03-06hardening: fix careless bugsCharles Strahan1-5/+5
2018-03-06hardening: fix bug/typoCharles Strahan1-1/+1
2018-03-06hardening: fix #18995Charles Strahan1-15/+22
2018-02-26Merge pull request #35071 from oxij/stdenv/infopagesJohn Ericson1-11/+11
2018-02-26cc-wrapper: allow building without documentation, propagate info pagesJan Malakhovski1-11/+11
2018-02-26Revert "Merge staging at '8d490ca9934d0' into master"Vladimír Čunát1-5/+1
2018-02-21cc-wrapper: fix bool handling for empty and zero valuesNikolay Amiantov1-1/+5
2017-12-31Merge branch 'master' into stagingVladimír Čunát1-1/+1
2017-12-30stdenv-setup: Ease the transition with native buildsJohn Ericson1-2/+5
2017-12-30{bintools,cc}-wrapper: extraPackages should be `depsTargetTargetPropagated`John Ericson1-1/+2
2017-12-30{bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compilerJohn Ericson1-18/+34
2017-12-30cc-wrapper: allow compilers to specify unsupported hardening modesDmitry Kalinkin1-1/+1
2017-12-18Merge branch 'master' into stagingOrivej Desh1-1/+1
2017-12-17cc-wrapper: don't set cxx_stdlib when nativeTools is trueDylan Simon1-1/+1
2017-12-13Merge commit '9d8f9b2e531bf95a700a949d879927fb6996ffc9' into binutils-wrapperJohn Ericson1-1/+1
2017-12-13bintools-wrapper: Import separately from cc-wrapperJohn Ericson1-14/+2
2017-12-13bintools-wrapper: InitJohn Ericson8-503/+56
2017-12-13cc-wrapper: Don't treat "-" alone as a flagJohn Ericson1-1/+2
2017-12-13cc-wrapper: Use separate mangler for "bool" variablesJohn Ericson2-7/+27
2017-12-13cc-wrapper: Pull variable mangler into utils.shJohn Ericson5-16/+24
2017-12-11cc-wrapper: GNAT wrapper stop caring about `-m32`John Ericson1-4/+0
2017-11-30cc-wrapper: don't add broken cflags to clangWill Dietz1-1/+1