about summary refs log tree commit diff
path: root/pkgs/stdenv/native
AgeCommit message (Collapse)AuthorFilesLines
2010-02-04Script I used to derive the aliases on OpenBSDSander van der Burg1-0/+58
svn path=/nixpkgs/branches/stdenv-updates/; revision=19815
2010-02-04Added all necessary aliases to match the Linux stdenv as closely as possible ↵Sander van der Burg1-8/+68
on OpenBSD svn path=/nixpkgs/branches/stdenv-updates/; revision=19814
2010-02-03Added all necessary aliases to match the Linux stdenv as closely as possible ↵Sander van der Burg2-3/+195
on FreeBSD svn path=/nixpkgs/branches/stdenv-updates/; revision=19795
2009-11-26add support for x86_64-darwinRob Vermaas1-1/+1
svn path=/nixpkgs/trunk/; revision=18651
2009-10-16Added empty lineSander van der Burg1-0/+1
svn path=/nixpkgs/trunk/; revision=17850
2009-10-16FreeBSD uses GNU sed nowSander van der Burg1-0/+1
svn path=/nixpkgs/trunk/; revision=17849
2009-10-16The BSD platforms now use GNU tar by defaultSander van der Burg1-0/+3
svn path=/nixpkgs/trunk/; revision=17848
2009-10-16Added some NetBSD support to the native stdenv componentSander van der Burg1-0/+14
svn path=/nixpkgs/trunk/; revision=17847
2009-09-30Added Solaris support to the stdenvSander van der Burg1-3/+3
svn path=/nixpkgs/trunk/; revision=17559
2009-09-23Added more aliases to GNU tools, since the BSD userspace is sometimes too ↵Sander van der Burg1-0/+3
poor (i.e. lacks certain options to commands) to deal with our scripts svn path=/nixpkgs/trunk/; revision=17363
2009-09-23Added initial OpenBSD support to the stdenvSander van der Burg1-0/+13
svn path=/nixpkgs/trunk/; revision=17362
2009-02-02* Fix stdenvNative/stdenvNix.Eelco Dolstra1-33/+43
svn path=/nixpkgs/branches/stdenv-updates/; revision=13957
2008-06-18* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra2-18/+94
stdenv. svn path=/nixpkgs/trunk/; revision=12147
2006-10-24* gcc-wrapper: separately store the flags necessary to find GCC andEelco Dolstra1-1/+1
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
2006-05-31* Fix stdenv-native.Eelco Dolstra1-0/+5
svn path=/nixpkgs/trunk/; revision=5354
2005-05-10* Use /bin/bash, not /bin/sh, since we really do need bash.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3018
2004-03-30* Finally we have a working stdenvLinux again.Eelco Dolstra2-3/+1
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
2004-03-29* Remove trivial builders.Eelco Dolstra1-3/+5
* 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
2004-03-11* Finally got stdenv-nix-linux working again. Still not perfect,Eelco Dolstra2-1/+4
though. * libxml2: upgrade to latest. * octavefront/rna: keep debug info. svn path=/nixpkgs/trunk/; revision=830
2004-03-09* stdenv-nix-linux should more-or-less work again now. backups/martin@828Eelco Dolstra2-3/+2
svn path=/nixpkgs/trunk/; revision=826
2004-03-08* Started reorganising stdenv:Eelco Dolstra2-14/+14
- 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
2003-11-18* Rename .fix -> .nix.Eelco Dolstra1-0/+0
svn path=/nixpkgs/trunk/; revision=511
2003-11-14* Renamed pkgs-ng to pkgs.Eelco Dolstra3-0/+18
svn path=/nixpkgs/trunk/; revision=502