about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-28cc-wrapper: Define new- and old-style cross env varsJohn Ericson1-7/+13
2017-11-28cc-wrapper: Export env vars for objdump and readelf in setup-hookJohn Ericson1-1/+1
2017-11-28cc-wrapper: Don't leave CMD defined after setup hookJohn Ericson1-4/+4
2017-11-27cc-wrapper: Fix stray binPrefix -> targetPrefixJohn Ericson2-5/+5
2017-11-27treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson1-46/+44
2017-11-08Merge pull request #30549 from obsidiansystems/bintoolsJohn Ericson1-0/+5
2017-11-06Merge #31209: cc-wrapper: Fix if dynamicLinker not foundVladimír Čunát1-1/+1
2017-11-05Remove trailing lineBojan Nikolic1-1/+0
2017-11-05Remove the unnecessary second conditionalBojan Nikolic1-3/+2
2017-11-05treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson1-0/+5
2017-11-05cc-wrapper: disable POSIX compatibilityNikolay Amiantov4-4/+4
2017-11-03nixos/cc-wrapper: Fix bug if dynamicLinker not foundBojan Nikolic1-2/+4
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-3/+5
2017-09-28cc-wrapper: Clean up dynamic linking with x86 multilibJohn Ericson2-8/+29
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson1-3/+4
2017-09-26cc-wrapper: Add `set -x` tracing for NIX_DEBUG >= 7John Ericson5-0/+20
2017-09-26treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson6-16/+16
2017-09-19cc-wrapper, cc-wrapper-old: Simplify shell logicJohn Ericson1-5/+2
2017-09-18cc-wrapper: Use same dynamic loader on all Darwin, not just x86_64John Ericson1-2/+2
2017-09-18cc-wrapper: Remove obsolete assertionJohn Ericson1-2/+0
2017-09-07Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"Eelco Dolstra10-71/+487
2017-09-01binutils-wrapper: Import separately from cc-wrapperJohn Ericson1-15/+3
2017-09-01binutils-wrapper: InitJohn Ericson8-480/+37
2017-09-01cc-wrapper: Use separate mangler for "bool" variablesJohn Ericson2-7/+27
2017-09-01cc-wrapper: Pull variable mangler into utils.shJohn Ericson5-16/+24
2017-09-01cc-wrapper: Clean up dynamic linking with x86 multilibJohn Ericson2-4/+15
2017-08-31cc-wrapper: Remove support for NIX_LDFLAGS_HARDENJohn Ericson2-2/+1
2017-08-31cc-wrapper: Remove {START,EXEC}_HOOKJohn Ericson5-33/+0
2017-08-30mkDerivation, cc-wrapper: Check hardening flag validity in NixJohn Ericson1-1/+2
2017-08-30cc-wrapper: Remove redundant hardeningJohn Ericson2-1/+2
2017-08-28darwin-CF: use @rpath for library id and add an rpath entry for CF based on N...Daiderd Jordan1-0/+4