summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper/default.nix
Commit message (Expand)AuthorAge
...
* | stdenv: disable -fPIC on cygwinDavid McFarland2017-06-26
|/
* misc: Remove almost all uses of stdenv.{ccCross,binutils}John Ericson2017-06-22
* cc-wrapper: Port over finding of dynamic linker from gcc-cross-wrapperJohn Ericson2017-06-22
* cc-wrapper: Make the cross compiler use a crossEnvHookJohn Ericson2017-06-22
* cc-wrapper: when cross building, wedge in setting AR, AS, and LD env vars to ...Ross MacLeod2017-06-22
* cc-wrapper: Temporarily got to great lengths to avoid mass-rebuildJohn Ericson2017-06-22
* cc-wrapper: Salt environment variables with LLVM triplesJohn Ericson2017-06-22
* cc-wrapper: Add support for no libc whatsoeverJohn Ericson2017-06-22
* cc-wrapper: Simplify and correct logic to chose dynamic linker libraryJohn Ericson2017-06-22
* cc-wrapper: Learn about target prefixesJohn Ericson2017-06-22
* cc-wrapper: Remove `stdenv.is*` for `targetPlatform.is*`John Ericson2017-06-22
* cc-wrapper: externalize default_cxx_stdlib_compileJörg Thalheim2017-06-08
* stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen2017-01-25
* cc-wrapper: Remove unneeded crossAttrsJohn Ericson2017-01-24
* cc-wrapper: fix detection of unsupported linker flags on cygwinDavid McFarland2016-10-18
* nix-buffer support improvements.Shea Levy2016-10-07
* cc-wrapper: fix detection of unsupported linker flagsFranz Pletz2016-08-24
* cc-wrapper: check ld hardening capabilities in stdenvFranz Pletz2016-08-23
* cc-wrapper: add-{flags,hardening} -> add-{flags,hardening}.shRobin Gloster2016-08-23
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\
| * cross GCC: Fix some paths to libc headers (after multiple outputs)Tuomas Tynkkynen2016-06-11
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\|
| * cc-wrapper: add -B flag with cc.libVladimír Čunát2016-05-04
| * add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * cc-wrapper: fixup branch interactionsVladimír Čunát2016-02-03
| * Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
| |\
| * | cc-wrapper: attempt to fix on darwinVladimír Čunát2016-01-28
| * | cc-wrapper: small changes, mostly just cosmetic onesVladimír Čunát2016-01-02
| * | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
| |\ \
| * | | gcc5: split $doc into $man and $infoVladimír Čunát2015-10-28
| * | | cc-wrapper: correct ccLDFlags with multiple outputsVladimír Čunát2015-10-28
| * | | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
| |\ \ \
| * | | | stdenv multiple-outputs: change propagation rulesVladimír Čunát2015-04-18
| * | | | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
* | | | | Use general hardening flag toggle listsFranz Pletz2016-03-05
| |_|_|/ |/| | |
* | | | cc-wrapper: fix on darwinAnthony Cowley2016-01-19
| |_|/ |/| |
* | | Fix compilation of GCC 4.9 on SmartOS.Danny Wilson2015-11-16
| |/ |/|
* | darwin: use system dyldJude Taylor2015-08-25
* | make isClang work the way a user might expectJude Taylor2015-08-12
* | gcc_multi: disable the hook moving lib64 to libVladimír Čunát2015-07-20
* | Merge remote-tracking branch 'origin/staging' into gcc-4.9Eelco Dolstra2015-06-01
|\ \
| * | add is{GNU,Clang} attrs to cc-wrapper.Eric Seidel2015-05-11
| |/
* / Remove gccStdIncEelco Dolstra2015-05-13
|/
* Rename ccgo back to gccgoAlexander V. Nikolaev2015-03-27
* cc-wrapper: Set default system include flags for non-gcc c++ on LinuxShea Levy2015-03-06
* Some cc-wrapper changes to better support darwin and clang:Dan Peebles2015-02-08
* update libcxx[abi] to 3.5Eric Seidel2015-02-03
* Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy2015-02-02
* cc-wrapper: Set CC/CXX more specifically if possibleShea Levy2015-01-16