summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-26 22:40:44 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-26 22:40:44 +0000
commit29961dbb85e1b93291750f36cf3bae65880846a8 (patch)
treed05efaa05bf733978501e988728dcaa92badda62 /pkgs/build-support
parent2efe6dc281c1bc99c919a86f29421a94676922ab (diff)
downloadnixlib-29961dbb85e1b93291750f36cf3bae65880846a8.tar
nixlib-29961dbb85e1b93291750f36cf3bae65880846a8.tar.gz
nixlib-29961dbb85e1b93291750f36cf3bae65880846a8.tar.bz2
nixlib-29961dbb85e1b93291750f36cf3bae65880846a8.tar.lz
nixlib-29961dbb85e1b93291750f36cf3bae65880846a8.tar.xz
nixlib-29961dbb85e1b93291750f36cf3bae65880846a8.tar.zst
nixlib-29961dbb85e1b93291750f36cf3bae65880846a8.zip
* Doh.
svn path=/nixpkgs/trunk/; revision=6866
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/gcc-wrapper/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/gcc-wrapper/builder.sh b/pkgs/build-support/gcc-wrapper/builder.sh
index e0f880d8df6f..b3c844c38edf 100644
--- a/pkgs/build-support/gcc-wrapper/builder.sh
+++ b/pkgs/build-support/gcc-wrapper/builder.sh
@@ -92,7 +92,7 @@ ln -s g77 $out/bin/f77
 # Create a symlink to as (the assembler).  This is useful when a
 # gcc-wrapper is installed in a user environment, as it ensures that
 # the right assembler is called.
-ln -s $nativePrefix/bin/as $out/bin/as
+ln -s $ldPath/bin/as $out/bin/as
 
 
 # Make a wrapper around the linker.