about summary refs log tree commit diff
path: root/pkgs/stdenv/cross
AgeCommit message (Expand)AuthorFilesLines
2018-09-26Revert "stdenv: partial revert of f2bb59e"John Ericson1-0/+3
2018-09-26stdenv: partial revert of f2bb59eMatthew Bauer1-3/+0
2018-09-18stdenv linux, stdenv cross: Harmonize extraNativeBuildInputsJohn Ericson1-3/+6
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-2/+3
2018-07-25cross stdenv: Forget `allowedRequisites = nulll;` on inlineJohn Ericson1-0/+1
2018-07-24makeStdenvCross: RemoveJohn Ericson1-3/+17
2018-06-22android: add ndkVer to resolve ndk ambiguityMatthew Bauer1-1/+1
2018-06-22android: Use NDK 17 for aarch32Matthew Bauer1-3/+1
2018-05-17androidndk: Fix usage as crossSystemBastian Köcher1-1/+3
2018-04-19ios-sdk-pkgs: Init from iOS SDK from XCodeKen Micklas1-2/+2
2018-03-20cross stdenv: Make depsBuildBuild overrideable by config too.John Ericson1-2/+8
2018-02-27prebuilt android tools: Init using SDKJohn Ericson1-1/+3
2017-09-21all-packages: Remove gccCrossStageFinal; any gcc will not workJohn Ericson1-1/+1
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson1-7/+4
2017-06-22cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson1-6/+9
2017-06-22cross stdenv adaptor: Remove `ccCross` `binutils` attrs and binutils extra bu...John Ericson1-9/+6
2017-04-25binutilsCross: Remove and use `binutils` instead alwaysJohn Ericson1-1/+1
2017-04-24cross-stdenv: Only prune most overrides in the final stageJohn Ericson1-3/+1
2017-04-24crossStdenv on iphone: Just get info from `targetPlatform`John Ericson1-5/+1
2017-02-05cross stdenv: let build package's build deps resolve to native packagesJohn Ericson1-2/+1
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson1-6/+10
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson1-6/+5
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron1-4/+4
2017-01-13top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.David Grayson1-0/+1
2017-01-13top-level: Normalize stdenv bootingJohn Ericson1-21/+34
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson1-6/+6
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson1-1/+1
2016-11-30Move up `inherit` binding for consistencyJohn Ericson1-1/+1
2016-11-30top-level: Stop exposing all stdenvsJohn Ericson1-1/+1
2016-11-15Add initial basic support for cross-compiling to iOSShea Levy1-0/+6
2016-11-12top-level: Make cross compiling slightly sanerJohn Ericson1-11/+9
2016-11-06top-level: Make config-overriden stdenv bootstrap more normallyJohn Ericson1-2/+6
2016-11-06top-level: Make stdenvCross which appears at first glance normal...John Ericson1-0/+27