mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Argggggghhhh.
svn path=/nixpkgs/trunk/; revision=6872
This commit is contained in:
parent
35dfb5b43e
commit
ee2b63c872
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue