From ee2b63c8723a204f323a104c3af0e391e023eb7e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 27 Oct 2006 12:07:03 +0000 Subject: [PATCH] * Argggggghhhh. svn path=/nixpkgs/trunk/; revision=6872 --- 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 b3c844c38ed..7ee0b0d32cd 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 $ldPath/bin/as $out/bin/as +ln -s $ldPath/as $out/bin/as # Make a wrapper around the linker.