summary refs log tree commit diff
path: root/pkgs/stdenv/native/prehook.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-08 16:02:46 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-08 16:02:46 +0000
commitce50734cf067496ae50d1a6fd139fc03de283cbc (patch)
tree8603be7a557177d8646093c4edf7bdb097577b11 /pkgs/stdenv/native/prehook.sh
parent1b8e9faf08d2bb5fe83464d8380dabc52982f935 (diff)
downloadnixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.tar
nixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.tar.gz
nixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.tar.bz2
nixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.tar.lz
nixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.tar.xz
nixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.tar.zst
nixlib-ce50734cf067496ae50d1a6fd139fc03de283cbc.zip
* Started reorganising stdenv:
  - 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
Diffstat (limited to 'pkgs/stdenv/native/prehook.sh')
-rw-r--r--pkgs/stdenv/native/prehook.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/stdenv/native/prehook.sh b/pkgs/stdenv/native/prehook.sh
index 72e9c1748702..af1ba16ccbeb 100644
--- a/pkgs/stdenv/native/prehook.sh
+++ b/pkgs/stdenv/native/prehook.sh
@@ -1,5 +1 @@
 export SHELL=/bin/sh
-
-export NIX_CC=/usr/bin/gcc
-export NIX_CXX=/usr/bin/g++
-export NIX_LD=/usr/bin/ld