about summary refs log tree commit diff
path: root/pkgs/stdenv/linux/default.nix
AgeCommit message (Expand)AuthorFilesLines
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen1-4/+10
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen1-0/+1
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson1-12/+20
2017-01-16Fix missing overlays argument in stdenv/linux/default.nixNicolas B. Pierron1-1/+1
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron1-2/+2
2017-01-13linux stdenv: Inline stage funs to conform to new conventionJohn Ericson1-59/+52
2017-01-13linux stdenv: Remove stray use of stage0 to bootstrap more elegantlyJohn Ericson1-5/+17
2017-01-13linux stdenv: Utilize overrides and prevStage betterJohn Ericson1-37/+31
2017-01-13top-level: Normalize stdenv bootingJohn Ericson1-33/+40
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson1-21/+20
2016-12-15linux stdenv: Avoid `assert false`John Ericson1-16/+1
2016-12-15linux stdenv: Rename the `bootstrap` directory to `bootstrap-files`John Ericson1-6/+6
2016-12-01top-level: turn the screwJohn Ericson1-5/+5
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson1-1/+1
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson1-1/+2
2016-07-20stdenv: Remove unpack-bootstrap-tools-arm.shTuomas Tynkkynen1-4/+1
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát1-66/+13
2016-03-27Merge remote-tracking branch 'origin/staging'Domen Kožar1-66/+12
2016-03-24cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov1-0/+1
2016-03-13stdenv: don't overwrite $NIX_ENFORCE_PURITY settingTim Cuthbertson1-1/+1
2016-03-13Replace references to all-packages.nix, by references to the top-level of nix...Nicolas B. Pierron1-1/+1
2016-03-11Merge remote-tracking branch 'origin/gcc-5' into stagingEelco Dolstra1-7/+2
2016-03-11Merge remote-tracking branch 'origin/binutils-2.26' into stagingEelco Dolstra1-3/+3
2016-03-08Merge master into closure-sizeVladimír Čunát1-5/+4
2016-03-03Move testBootstrapTools to make-bootstrap-tools.nixEelco Dolstra1-55/+5
2016-02-28Switch to GCC 5Eelco Dolstra1-7/+2
2016-02-28stdenv-linux: Avoid building m4/bison twiceEelco Dolstra1-3/+3
2016-02-27fetchurlBoot: Use Nix's builtin fetchurl functionEelco Dolstra1-4/+3
2016-02-24stdenvLinux: Use bash instead of sh from bootstrapToolsEelco Dolstra1-1/+1
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát1-3/+8
2016-01-25linux stdenv bootstrap: avoid building grep twiceVladimír Čunát1-1/+2
2016-01-24Linux stdenv update: pass gnugrep to cc-wrapperAnthony Cowley1-4/+8
2015-11-20Merge staging into closure-sizeVladimír Čunát1-2/+6
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra1-2/+7
2015-10-03Merge staging into closure-sizeVladimír Čunát1-7/+2
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát1-5/+13
2015-09-15gcc: Make 5.x the defaultWilliam A. Kennington III1-7/+2
2015-06-15Don't include /no-such-path in buildInputsEelco Dolstra1-1/+1
2015-06-12stdenv/linux: Link statically against isl & cloogTuomas Tynkkynen1-5/+10
2015-06-01Merge remote-tracking branch 'origin/staging' into gcc-4.9Eelco Dolstra1-0/+2
2015-05-13Fix stdenv buildEelco Dolstra1-0/+1
2015-05-11add is{GNU,Clang} attrs to cc-wrapper.Eric Seidel1-0/+2
2015-04-18Merge 'staging' into closure-sizeVladimír Čunát1-81/+152
2015-03-06Fix eval-release.nix evaluationEelco Dolstra1-5/+3
2015-02-09I add back the arm unpack scriptLluís Batlle i Rossell1-1/+4
2015-02-05Make the bootstrap-tools test use the real unpacking derivation.Ambroz Bizjak1-3/+53
2015-02-05Consolidate the unpack scripts for the bootstrap tools.Ambroz Bizjak1-4/+1
2015-02-05Fix building and unpacking of the ARM boostrap tools.Ambroz Bizjak1-4/+3
2015-01-17mpc: also rename the attribute to libmpcVladimír Čunát1-1/+1
2015-01-14rename occurrences of gcc.gcc to gcc.ccEric Seidel1-1/+1