Typo/comment

This commit is contained in:
Eelco Dolstra 2014-04-22 18:42:44 +02:00
parent 03d9e5cda0
commit 5ba24cc8ea

View File

@ -285,7 +285,9 @@ rec {
};
/* Modify a stdenv so that it used the Gold linker. */
/* Modify a stdenv so that it uses the Gold linker. FIXME: should
use -fuse-ld=gold instead, but then the ld-wrapper won't be
invoked. */
useGoldLinker = stdenv:
let
binutils = stdenv.gcc.binutils;