about summary refs log tree commit diff
path: root/pkgs/stdenv/generic/default-builder.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-09-18 17:23:18 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-09-18 17:23:18 +0000
commit1ab4a9324cf8d7a49027eedbc176926f7325cf7a (patch)
treef24b4aedb92b45bc93e22aea08bc0029ce8642a2 /pkgs/stdenv/generic/default-builder.sh
parente31d1dd9604033e0d5af6230e41c2a52d53e9a41 (diff)
downloadnixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.tar
nixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.tar.gz
nixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.tar.bz2
nixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.tar.lz
nixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.tar.xz
nixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.tar.zst
nixlib-1ab4a9324cf8d7a49027eedbc176926f7325cf7a.zip
* The `patch' command is now part of stdenv, so it no longer needs to
  be passed to derivations that need to apply patches.
* GCC 3.4 is now the default compiler (old GCC renamed to `gcc-3.3').
* The temporary GCCs built during the stdenvLinux bootstrap are now
  built without C++ support and without profiling.
* Remove fixincl in GCC 3.4 to prevent a retained dependency on the
  previous GCC.
* Always set $prefix in setup.sh, even when there is no configure
  script.

svn path=/nixpkgs/trunk/; revision=1444
Diffstat (limited to 'pkgs/stdenv/generic/default-builder.sh')
-rw-r--r--pkgs/stdenv/generic/default-builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/stdenv/generic/default-builder.sh b/pkgs/stdenv/generic/default-builder.sh
new file mode 100644
index 000000000000..9a297c67f6e8
--- /dev/null
+++ b/pkgs/stdenv/generic/default-builder.sh
@@ -0,0 +1,2 @@
+. $stdenv/setup
+genericBuild