about summary refs log tree commit diff
path: root/pkgs/stdenv/native
Commit message (Collapse)AuthorAge
...
* Added some NetBSD support to the native stdenv componentSander van der Burg2009-10-16
| | | | svn path=/nixpkgs/trunk/; revision=17847
* Added Solaris support to the stdenvSander van der Burg2009-09-30
| | | | svn path=/nixpkgs/trunk/; revision=17559
* Added more aliases to GNU tools, since the BSD userspace is sometimes too ↵Sander van der Burg2009-09-23
| | | | | | poor (i.e. lacks certain options to commands) to deal with our scripts svn path=/nixpkgs/trunk/; revision=17363
* Added initial OpenBSD support to the stdenvSander van der Burg2009-09-23
| | | | svn path=/nixpkgs/trunk/; revision=17362
* * Fix stdenvNative/stdenvNix.Eelco Dolstra2009-02-02
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13957
* * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra2008-06-18
| | | | | | stdenv. svn path=/nixpkgs/trunk/; revision=12147
* * gcc-wrapper: separately store the flags necessary to find GCC andEelco Dolstra2006-10-24
| | | | | | | | | | | | | | | Glibc. This is useful when building GCC. * gcc-wrapper: the dynamic linker has a different name on x86_64 and powerpc. * gcc-wrapper: "glibc" -> "libc", because someday we might support different C libraries. * gcc: don't do a multilib build (e.g., 32-bit support on x86_64), don't need it. * gcc: merge in support for static builds. * gcc: various simplifications in the compiler/linker flags, hope they work. svn path=/nixpkgs/trunk/; revision=6823
* * Fix stdenv-native.Eelco Dolstra2006-05-31
| | | | svn path=/nixpkgs/trunk/; revision=5354
* * Use /bin/bash, not /bin/sh, since we really do need bash.Eelco Dolstra2005-05-10
| | | | svn path=/nixpkgs/trunk/; revision=3018
* * Finally we have a working stdenvLinux again.Eelco Dolstra2004-03-30
| | | | | | | On the downside, the build process of stdenvLinux builds gcc 9 times (3 x 3 bootstrap stages). That's a bit excessive. svn path=/nixpkgs/trunk/; revision=880
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Finally got stdenv-nix-linux working again. Still not perfect,Eelco Dolstra2004-03-11
| | | | | | | | though. * libxml2: upgrade to latest. * octavefront/rna: keep debug info. svn path=/nixpkgs/trunk/; revision=830
* * stdenv-nix-linux should more-or-less work again now.Eelco Dolstra2004-03-09
| | | | svn path=/nixpkgs/trunk/; revision=826
* * Started reorganising stdenv:Eelco Dolstra2004-03-08
| | | | | | | | | | | | | | | | - gcc/ld-wrappers have been factored out into a separate derivation. This allows a working gcc to be installed in the user environment. (Previously the Nix gcc didn't work because it needed a whole bunch of flags to point to glibc.) - Better modularity: packages can specify hooks into the setup scripts. For instance, setup no longer knows about the PKG_CONFIG_PATH variable; pkgconfig can set it up instead. - gcc not longer depends on binutils. This simplifies the bootstrap process. svn path=/nixpkgs/trunk/; revision=816
* * Rename .fix -> .nix.Eelco Dolstra2003-11-18
| | | | svn path=/nixpkgs/trunk/; revision=511
* * Renamed pkgs-ng to pkgs.Eelco Dolstra2003-11-14
svn path=/nixpkgs/trunk/; revision=502