summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv
AgeCommit message (Expand)Author
2011-07-01* Typo.Eelco Dolstra
2011-04-05Add a comment wondering why our static cpio is configured with creation and p...Shea Levy
2011-04-05The busybox cpio does not support '-V', so using '-v'Shea Levy
2011-04-04* Fix indentation.Eelco Dolstra
2011-01-20* makeStaticBinaries: handle the case where configureFlags isEelco Dolstra
2010-11-30Making the addCoverageInformation stdenv adapter better in the sense that itLluís Batlle i Rossell
2010-11-21Fixing a stdenv problem... 'binutils' where linked with zlib fromLluís Batlle i Rossell
2010-10-29Updating the reference to the i686-linux bootstrap-tools, so it takes theLluís Batlle i Rossell
2010-09-01Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell
2010-08-29Updating from trunk. I had to do some changes to make it fit.Lluís Batlle i Rossell
2010-08-25I still had an error in the stdenvLinux bootstrap; for the previous commit, ILluís Batlle i Rossell
2010-08-25Finally I wrote well building binutils before glibc in stdenvLinux.Lluís Batlle i Rossell
2010-08-24The uclibc used in bootstrap-tools needs some options to allow bzip2 to buildLluís Batlle i Rossell
2010-08-23Moving back my attempt to build binutils before glibc in stdenvLinux.Lluís Batlle i Rossell
2010-08-23Adding building 'binutils' before building the 'glibc' in stdenv-linux.Lluís Batlle i Rossell
2010-08-23pkgs/stdenv/generic: cosmetic changesPeter Simons
2010-08-23pkgs/stdenv/generic: added stdenv attributes isFreeBSD, isOpenBSD, and isBSDPeter Simons
2010-08-21Propagating the 'platform' stdenv attribute properly on stdenvLinux,Lluís Batlle i Rossell
2010-08-21Addindg isArm and enlarging isMips for stdenv.Lluís Batlle i Rossell
2010-08-21Adding in stdenv an 'isMips' attribute.Lluís Batlle i Rossell
2010-08-21Setting new bootstrap-tools for x86_64.Lluís Batlle i Rossell
2010-08-20Updated from trunk.Lluís Batlle i Rossell
2010-08-12* CURL: build without scp support on Cygwin because libssh2 doesn'tEelco Dolstra
2010-08-08Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 A...Lluís Batlle i Rossell
2010-08-08Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, ...Peter Simons
2010-08-07Fixing a double set attribute in stdenvLluís Batlle i Rossell
2010-08-07Updating from trunkLluís Batlle i Rossell
2010-08-06TyposYury G. Kudryashov
2010-08-06pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc.Peter Simons
2010-08-06* Get rid of the ugly `useFromStdenv' hack in all-packages.nix.Eelco Dolstra
2010-08-04Trying to bootstrap gcc 4.5 with ppl, so it does not depend on libstdc++ from...Lluís Batlle i Rossell
2010-08-01Fixing the unpack bootstrap tools script so it works not only for mips.Lluís Batlle i Rossell
2010-08-01Trying to add the fuloong2f for bootstrap-files. It bootstraps fineLluís Batlle i Rossell
2010-08-01Some first changes to get some evaluation working on the fuloong2fLluís Batlle i Rossell
2010-07-20pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc.Peter Simons
2010-06-23pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variablePeter Simons
2010-06-19reverting my patch series adding -j -l support for makeMarc Weber
2010-06-16no longer pass -j to make without arg which means no limit on forks. This br...Marc Weber
2010-06-15setup.sh: add -j and -l optionsMarc Weber
2010-06-15generic/setup.sh: remove duplication: - add generic showCommand function whic...Marc Weber
2010-06-14Reverting r22258. I got confused; we don't need a new gcc build in stdenvLinux,Lluís Batlle i Rossell
2010-06-14Adding a new gcc in the middle of the linux stdenv build, so we can have aLluís Batlle i Rossell
2010-05-19Merging from trunk (conflict on glibc, I think I resolved it)Lluís Batlle i Rossell
2010-05-03Move "fetchurl restricted" code to requireFile.Yury G. Kudryashov
2010-04-30Add support for restricted downloadsYury G. Kudryashov
2010-04-24stdenv: Add `isx86_64'.Ludovic Courtès
2010-03-06Making gcc cross-buildable, at least for glibc.Lluís Batlle i Rossell
2010-03-04Fixing the cross build stdenv adapter so it tolerates buildInputs with 'null'...Lluís Batlle i Rossell
2010-02-27Adding a new special attribute for mkDerivation: crossAttrs. It sits next toLluís Batlle i Rossell
2010-02-10* Revert r19795 to fix builds on FreeBSD.Eelco Dolstra