aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/cc-wrapper (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hardening: simplify reporting of disabled flagsCharles Strahan2018-04-101-8/+2
| * | hardening: make requested fixesCharles Strahan2018-04-101-1/+0
| * | hardening: ld wrapper changes, setup-hook, etcCharles Strahan2018-03-063-3/+6
| * | hardening: initial cross supportCharles Strahan2018-03-063-4/+6
| * | hardening: allow user supplied flags to overrideCharles Strahan2018-03-061-2/+2
| * | hardening: clarify the whitelist logicCharles Strahan2018-03-061-8/+12
| * | hardening: fix careless bugsCharles Strahan2018-03-061-5/+5
| * | hardening: fix bug/typoCharles Strahan2018-03-061-1/+1
| * | hardening: fix #18995Charles Strahan2018-03-061-15/+22
| |/
| * Revert "Merge staging at '8d490ca9934d0' into master"Vladimír Čunát2018-02-261-5/+1
* | treewide: Remove gnat support.Shea Levy2018-03-084-194/+1
* | Merge pull request #35071 from oxij/stdenv/infopagesJohn Ericson2018-02-261-11/+11
|\ \ | |/ |/|
| * cc-wrapper: allow building without documentation, propagate info pagesJan Malakhovski2018-02-261-11/+11
* | cc-wrapper: fix bool handling for empty and zero valuesNikolay Amiantov2018-02-211-1/+5
|/
* Merge branch 'master' into stagingVladimír Čunát2017-12-311-1/+1
|\
| * cc-wrapper: allow compilers to specify unsupported hardening modesDmitry Kalinkin2017-12-301-1/+1
* | stdenv-setup: Ease the transition with native buildsJohn Ericson2017-12-301-2/+5
* | {bintools,cc}-wrapper: extraPackages should be `depsTargetTargetPropagated`John Ericson2017-12-301-1/+2
* | {bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compilerJohn Ericson2017-12-301-18/+34
|/
* Merge branch 'master' into stagingOrivej Desh2017-12-181-1/+1
|\
| * cc-wrapper: don't set cxx_stdlib when nativeTools is trueDylan Simon2017-12-171-1/+1
* | Merge commit '9d8f9b2e531bf95a700a949d879927fb6996ffc9' into binutils-wrapperJohn Ericson2017-12-131-1/+1
|\ \
| * | cc-wrapper: don't add broken cflags to clangWill Dietz2017-11-301-1/+1
| |/
* | bintools-wrapper: Import separately from cc-wrapperJohn Ericson2017-12-131-14/+2
* | bintools-wrapper: InitJohn Ericson2017-12-138-503/+56
* | cc-wrapper: Don't treat "-" alone as a flagJohn Ericson2017-12-131-1/+2
* | cc-wrapper: Use separate mangler for "bool" variablesJohn Ericson2017-12-132-7/+27
* | cc-wrapper: Pull variable mangler into utils.shJohn Ericson2017-12-135-16/+24
* | cc-wrapper: GNAT wrapper stop caring about `-m32`John Ericson2017-12-111-4/+0
|/
* cc-wrapper: Define new- and old-style cross env varsJohn Ericson2017-11-281-7/+13
* cc-wrapper: Export env vars for objdump and readelf in setup-hookJohn Ericson2017-11-281-1/+1
* cc-wrapper: Don't leave CMD defined after setup hookJohn Ericson2017-11-281-4/+4
* cc-wrapper: Fix stray binPrefix -> targetPrefixJohn Ericson2017-11-272-5/+5
* treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson2017-11-271-46/+44
* Merge pull request #30549 from obsidiansystems/bintoolsJohn Ericson2017-11-081-0/+5
|\
| * treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson2017-11-051-0/+5
* | Merge #31209: cc-wrapper: Fix if dynamicLinker not foundVladimír Čunát2017-11-061-1/+1
|\ \
| * | Remove trailing lineBojan Nikolic2017-11-051-1/+0
| * | Remove the unnecessary second conditionalBojan Nikolic2017-11-051-3/+2
| * | nixos/cc-wrapper: Fix bug if dynamicLinker not foundBojan Nikolic2017-11-031-2/+4
| |/
* / cc-wrapper: disable POSIX compatibilityNikolay Amiantov2017-11-054-4/+4
|/
* Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-081-3/+5
* cc-wrapper: Clean up dynamic linking with x86 multilibJohn Ericson2017-09-282-8/+29
* cc-wrapper: Use stdenvNoCC to buildJohn Ericson2017-09-261-3/+4
* cc-wrapper: Add `set -x` tracing for NIX_DEBUG >= 7John Ericson2017-09-265-0/+20
* treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson2017-09-266-16/+16
* cc-wrapper, cc-wrapper-old: Simplify shell logicJohn Ericson2017-09-191-5/+2
* cc-wrapper: Use same dynamic loader on all Darwin, not just x86_64John Ericson2017-09-181-2/+2
* cc-wrapper: Remove obsolete assertionJohn Ericson2017-09-181-2/+0
* Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"Eelco Dolstra2017-09-0710-71/+487