forked from mirrors/nixpkgs
* Doh.
svn path=/nixpkgs/trunk/; revision=6866
This commit is contained in:
parent
2efe6dc281
commit
29961dbb85
|
@ -92,7 +92,7 @@ ln -s g77 $out/bin/f77
|
||||||
# Create a symlink to as (the assembler). This is useful when a
|
# Create a symlink to as (the assembler). This is useful when a
|
||||||
# gcc-wrapper is installed in a user environment, as it ensures that
|
# gcc-wrapper is installed in a user environment, as it ensures that
|
||||||
# the right assembler is called.
|
# 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.
|
# Make a wrapper around the linker.
|
||||||
|
|
Loading…
Reference in a new issue