From 29961dbb85e1b93291750f36cf3bae65880846a8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 26 Oct 2006 22:40:44 +0000 Subject: [PATCH] * Doh. svn path=/nixpkgs/trunk/; revision=6866 --- pkgs/build-support/gcc-wrapper/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.