diff options
-rw-r--r-- | llvm/docs/GoldPlugin.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst index b429eadd8ef..ce310bc2cf3 100644 --- a/llvm/docs/GoldPlugin.rst +++ b/llvm/docs/GoldPlugin.rst @@ -60,7 +60,7 @@ support. ``/usr/bin/ld`` then replace it with ``ld-new``. Alternatively, install in ``/usr/bin/ld.gold`` and use ``-fuse-ld=gold`` as described earlier. - Optionally, add ``--enable=gold=default`` to the above configure invocation + Optionally, add ``--enable-gold=default`` to the above configure invocation to automatically install the newly built gold as the default linker with ``make install``. |