summary refs log tree commit diff
path: root/pkgs/stdenv/linux
Commit message (Expand)AuthorAge
...
* Fixing a stdenv problem... 'binutils' where linked with zlib fromLluís Batlle i Rossell2010-11-21
* Updating the reference to the i686-linux bootstrap-tools, so it takes theLluís Batlle i Rossell2010-10-29
* Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell2010-09-01
* I still had an error in the stdenvLinux bootstrap; for the previous commit, ILluís Batlle i Rossell2010-08-25
* Finally I wrote well building binutils before glibc in stdenvLinux.Lluís Batlle i Rossell2010-08-25
* The uclibc used in bootstrap-tools needs some options to allow bzip2 to buildLluís Batlle i Rossell2010-08-24
* Moving back my attempt to build binutils before glibc in stdenvLinux.Lluís Batlle i Rossell2010-08-23
* Adding building 'binutils' before building the 'glibc' in stdenv-linux.Lluís Batlle i Rossell2010-08-23
* Propagating the 'platform' stdenv attribute properly on stdenvLinux,Lluís Batlle i Rossell2010-08-21
* Setting new bootstrap-tools for x86_64.Lluís Batlle i Rossell2010-08-21
* Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 A...Lluís Batlle i Rossell2010-08-08
* Updating from trunkLluís Batlle i Rossell2010-08-07
|\
| * * Get rid of the ugly `useFromStdenv' hack in all-packages.nix.Eelco Dolstra2010-08-06
| * Move "fetchurl restricted" code to requireFile.Yury G. Kudryashov2010-05-03
| * Add support for restricted downloadsYury G. Kudryashov2010-04-30
* | Trying to bootstrap gcc 4.5 with ppl, so it does not depend on libstdc++ from...Lluís Batlle i Rossell2010-08-04
* | Fixing the unpack bootstrap tools script so it works not only for mips.Lluís Batlle i Rossell2010-08-01
* | Trying to add the fuloong2f for bootstrap-files. It bootstraps fineLluís Batlle i Rossell2010-08-01
* | Some first changes to get some evaluation working on the fuloong2fLluís Batlle i Rossell2010-08-01
* | Reverting r22258. I got confused; we don't need a new gcc build in stdenvLinux,Lluís Batlle i Rossell2010-06-14
* | Adding a new gcc in the middle of the linux stdenv build, so we can have aLluís Batlle i Rossell2010-06-14
|/
* * During the bootstrap, build only 1 instance of Perl instead of 3.Eelco Dolstra2010-01-19
* Updating the url for the latest armv5tel linux bootstrap-tools.Lluís Batlle i Rossell2009-12-08
* New bootstrap-tools for armv5tel, with binutils and gcc-4.4. Without these bi...Lluís Batlle i Rossell2009-12-08
* Trying to make "make-bootstrap-tools" include the needed gcc 4.4 dependenciesLluís Batlle i Rossell2009-12-01
* Updating the url to the armv5tel-linux bootstrap files, once niksnutLluís Batlle i Rossell2009-11-29
* Again attempting to add gunzip to the bootstrap-tools to allow the ppqLluís Batlle i Rossell2009-11-28
* Adding gunzip to the bootstrap-toolsLluís Batlle i Rossell2009-11-28
* - Removed all *NoCross expressions I dupilcated in nixpkgs, while maintainingLluís Batlle i Rossell2009-11-19
* Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell2009-11-17
* Making the definition of the cross compiling target an attribute set.Lluís Batlle i Rossell2009-11-16
* Fixing some conflict on the variable 'cross'.Lluís Batlle i Rossell2009-11-15
* First attempt for the full stdenvCross. I think that it should work. TheLluís Batlle i Rossell2009-11-15
* Fixing many things related to the cross compilation in stdenvCross.Lluís Batlle i Rossell2009-11-15
* My first attempt at getting cross compilers in nixpkgs.Lluís Batlle i Rossell2009-11-14
* curl.bz2 should be executable, to keep the same stdenv working as it worked i...Lluís Batlle i Rossell2009-11-08
* Adding the binary files from stdenv that did not came with the recent 'diff |...Lluís Batlle i Rossell2009-11-08
* Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell2009-11-08
* I revert my changes to get nixpkgs working on armv5tel-linux.Lluís Batlle i Rossell2009-07-26
* Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headersLluís Batlle i Rossell2009-07-26
* Updating to allow ld-linux.so.? interpreters, instead of always .so.2Lluís Batlle i Rossell2009-07-26
* * Sync with the trunk.Eelco Dolstra2009-06-30
|\
| * * Updated the function that builds the bootstrap binaries.Eelco Dolstra2009-06-22
* | * New bootstrap binaries (from r16022 in the trunk). Don't setEelco Dolstra2009-06-22
* | * Work around /bin/sh being broken by an LD_LIBRARY_PATH that containsEelco Dolstra2009-05-06
|/
* * Allow the user to install stdenv (nix-env -i stdenv) and get all theEelco Dolstra2009-04-25
* svn path=/nixpkgs/branches/stdenv-updates/; revision=14979Eelco Dolstra2009-04-09
* * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra2009-03-25
* * Fix stdenvNative/stdenvNix.Eelco Dolstra2009-02-02
* * Use GCC 4.3 by default.Eelco Dolstra2009-02-01