summary refs log tree commit diff
path: root/pkgs/stdenv/linux/default.nix
AgeCommit message (Expand)AuthorFilesLines
2013-01-17Pass ‘config’ to stdenv/generic/default.nixEelco Dolstra1-3/+3
2012-04-15Add armv7l support.Nicolas Pierron1-0/+1
2012-01-26svn merge ^/nixpkgs/trunkYury G. Kudryashov1-2/+2
2012-01-21Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell1-2/+2
2012-01-20* Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra1-2/+0
2012-01-20* Oops.Eelco Dolstra1-0/+1
2012-01-19* Prepend the "prehook" rather than sourcing it.Eelco Dolstra1-6/+6
2012-01-19* Get rid of params1-5, they're obsolete.Eelco Dolstra1-1/+0
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
2011-12-14* Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra1-30/+27
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra1-1/+3
2011-10-14Add XZ to stdenv.Ludovic Courtès1-1/+1
2011-09-01Making gcc 4.6 that of stdenv.Lluís Batlle i Rossell1-2/+5
2011-08-24Merge from trunk up through r28790Shea Levy1-11/+11
2011-04-04* Fix indentation.Eelco Dolstra1-11/+12
2010-11-21Fixing a stdenv problem... 'binutils' where linked with zlib fromLluís Batlle i Rossell1-2/+2
2010-09-01Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell1-2/+2
2010-08-25I still had an error in the stdenvLinux bootstrap; for the previous commit, ILluís Batlle i Rossell1-24/+24
2010-08-25Finally I wrote well building binutils before glibc in stdenvLinux.Lluís Batlle i Rossell1-13/+36
2010-08-23Moving back my attempt to build binutils before glibc in stdenvLinux.Lluís Batlle i Rossell1-23/+3
2010-08-23Adding building 'binutils' before building the 'glibc' in stdenv-linux.Lluís Batlle i Rossell1-3/+23
2010-08-21Propagating the 'platform' stdenv attribute properly on stdenvLinux,Lluís Batlle i Rossell1-5/+9
2010-08-08Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 A...Lluís Batlle i Rossell1-0/+1
2010-08-07Updating from trunkLluís Batlle i Rossell1-8/+15
2010-08-06* Get rid of the ugly `useFromStdenv' hack in all-packages.nix.Eelco Dolstra1-8/+15
2010-08-04Trying to bootstrap gcc 4.5 with ppl, so it does not depend on libstdc++ from...Lluís Batlle i Rossell1-2/+14
2010-08-01Trying to add the fuloong2f for bootstrap-files. It bootstraps fineLluís Batlle i Rossell1-0/+1
2010-06-14Reverting r22258. I got confused; we don't need a new gcc build in stdenvLinux,Lluís Batlle i Rossell1-16/+0
2010-06-14Adding a new gcc in the middle of the linux stdenv build, so we can have aLluís Batlle i Rossell1-0/+16
2010-05-03Move "fetchurl restricted" code to requireFile.Yury G. Kudryashov1-1/+0
2010-04-30Add support for restricted downloadsYury G. Kudryashov1-0/+1
2010-01-19* During the bootstrap, build only 1 instance of Perl instead of 3.Eelco Dolstra1-5/+18
2009-11-19- Removed all *NoCross expressions I dupilcated in nixpkgs, while maintainingLluís Batlle i Rossell1-1/+0
2009-11-17Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell1-16/+4
2009-11-16Making the definition of the cross compiling target an attribute set.Lluís Batlle i Rossell1-2/+2
2009-11-15Fixing some conflict on the variable 'cross'.Lluís Batlle i Rossell1-1/+1
2009-11-15First attempt for the full stdenvCross. I think that it should work. TheLluís Batlle i Rossell1-0/+7
2009-11-15Fixing many things related to the cross compilation in stdenvCross.Lluís Batlle i Rossell1-17/+1
2009-11-14My first attempt at getting cross compilers in nixpkgs.Lluís Batlle i Rossell1-4/+24
2009-11-08Porting changes from stdenv-updates into this branch. backups/stdenv-updates2@18273Lluís Batlle i Rossell1-5/+13
2009-07-26I revert my changes to get nixpkgs working on armv5tel-linux.Lluís Batlle i Rossell1-1/+0
2009-07-26Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headersLluís Batlle i Rossell1-0/+1
2009-06-22* New bootstrap binaries (from r16022 in the trunk). Don't setEelco Dolstra1-2/+0
2009-05-06* Work around /bin/sh being broken by an LD_LIBRARY_PATH that containsEelco Dolstra1-1/+2
2009-04-25* Allow the user to install stdenv (nix-env -i stdenv) and get all theEelco Dolstra1-3/+2
2009-04-09svn path=/nixpkgs/branches/stdenv-updates/; revision=14979Eelco Dolstra1-2/+2
2009-03-25* gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra1-11/+14
2009-02-02* Fix stdenvNative/stdenvNix.Eelco Dolstra1-4/+5
2009-02-01* Use GCC 4.3 by default.Eelco Dolstra1-108/+112
2009-01-19* Make the nested output patch in GNU Make runtime configurable (byEelco Dolstra1-1/+1