From f18fba6d96de9bd87ac84d0baf5e442fabed8813 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Sat, 30 Jan 2016 01:10:15 +0000 Subject: [docs] Remove references to autotools build. llvm-svn: 259280 --- llvm/docs/GoldPlugin.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/docs/GoldPlugin.rst') diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst index 6328934b37b..88b944a2a0f 100644 --- a/llvm/docs/GoldPlugin.rst +++ b/llvm/docs/GoldPlugin.rst @@ -44,9 +44,7 @@ will either need to build gold or install a version with plugin support. the ``-plugin`` option. Running ``make`` will additionally build ``build/binutils/ar`` and ``nm-new`` binaries supporting plugins. -* Build the LLVMgold plugin. If building with autotools, run configure with - ``--with-binutils-include=/path/to/binutils/include`` and run ``make``. - If building with CMake, run cmake with +* Build the LLVMgold plugin. Run CMake with ``-DLLVM_BINUTILS_INCDIR=/path/to/binutils/include``. The correct include path will contain the file ``plugin-api.h``. -- cgit v1.2.3