summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/adapters.nix
AgeCommit message (Expand)Author
2020-04-28pkgsStatic: fix eval on DarwinJude Taylor
2020-01-03pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmakeDmitry Kalinkin
2019-09-19stdenv/adapters.nix: remove static from makeStaticLibrariesMatthew Bauer
2019-07-24pkgsStatic: propagate all buildInputsTobias Mayer
2019-07-21Signal static build option in makeStaticLibrariesTobias Mayer
2019-05-26Merge branch 'staging-next' into stagingVladimír Čunát
2019-05-08static: set default_library flag for meson in makeStaticLibraryMatthew Bauer
2019-04-29treewide: Remove usage of isNullDaniel Schaefer
2018-12-14makeStaticBinaries: add a static glibc when performing a mkDerivationJames Kay
2018-12-04stdenv/adapters.nix: fixup makeStaticBinariesMatthew Bauer
2018-10-13Merge pull request #37600 from abbradar/impureusenativeYegor Timoshenko
2018-08-03stdenv adapter: Keep configureFlags a listJohn Ericson
2018-07-24makeStdenvCross: RemoveJohn Ericson
2018-07-24stdenv cross adapter: Use `extraNativeBuildInputs`John Ericson
2018-07-24stdenv: Remove crossAttrs, now that it is no longer usedJohn Ericson
2018-05-14stdenv cross adapter: Don't define crossConfigJohn Ericson
2018-04-17impureUseNativeOptimizations: add stdenv adapterNikolay Amiantov
2018-03-06Merge pull request #36401 from obsidiansystems/no-stdenv-cross-adapterJohn Ericson
2018-03-06stdenv cross adapter: Get rid if `selfNativeBuildInput`John Ericson
2018-02-23lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow
2018-02-13stdenv: automatically update config.sub for muslWill Dietz
2017-12-29stdenv cross adapter: Get rid of extra propagatation of buildInputsJohn Ericson
2017-09-21cross stdenv: No more native-fishing hack.John Ericson
2017-09-21stdenv cross adapater: Remove old `extraBuildInputs`John Ericson
2017-09-21stdenv cross adaptor: Add optional `overrides` parameterJohn Ericson
2017-09-21stdenv: Update autotools scripts on all Aarch64, not just LinuxJohn Ericson
2017-07-13stdenv: Move some logic from cross adapter to stdenv properJohn Ericson
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson
2017-06-22cross stdenv adaptor: Disable checkPhase by defaultJohn Ericson
2017-06-22cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson
2017-06-22cross stdenv adaptor: Remove `ccCross` `binutils` attrs and binutils extra bu...John Ericson
2017-04-25binutilsCross: Remove and use `binutils` instead alwaysJohn Ericson
2017-04-24cross-stdenv: Only prune most overrides in the final stageJohn Ericson
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen
2017-01-24cross-stdenv: Inline useless bindings and reindentJohn Ericson
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson
2016-06-20Remove more dead code: `stdenvDarwinNaked` no longer existsJohn Ericson
2016-06-20Remove dead code in stdenvCross adaptorJohn Ericson
2016-04-23stdenv on mingw: fix 64-bin DLL detection in some casesVladimír Čunát
2016-04-01useOldCXXAbi: Change into a setup hookEelco Dolstra
2016-03-31stdenvAdapters.useOldCXXAbi: add new adapterNikolay Amiantov
2015-08-10enableDebugging: use more suitable gcc flagsVladimír Čunát
2015-05-04useGoldLinker: Fix appending to $NIX_CFLAGS_LINKEelco Dolstra
2015-02-05Fix cross compiling regression due to gcc->cc renaming.Ambroz Bizjak
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel
2014-12-26Restore accidentally-dropped stdenv adapterShea Levy
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
2014-11-16Merge remote-tracking branch 'origin/glibc-2.20' into stagingEelco Dolstra