From 9d813df391a5fa3f77ff7b241c48de1926d23f0c Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 6 Jun 2009 18:14:04 +0000 Subject: [PATCH] Move to column one to avoid an extra line of spaces in the example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73003 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GoldPlugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 17a50aca6e9..b5148ab3312 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -157,7 +157,7 @@ export AR="$PREFIX/bin/ar" export NM="$PREFIX/bin/nm" export RANLIB=/bin/true #ranlib is not needed, and doesn't support .bc files in .a export CFLAGS="-O4" - +
  • Or you can just set your path:
    @@ -166,7 +166,7 @@ export CC="llvm-gcc -use-gold-plugin"
     export CXX="llvm-g++ -use-gold-plugin"
     export RANLIB=/bin/true
     export CFLAGS="-O4"
    -     
    +
  • Configure & build the project as usual: ./configure && make && make check
  • -- 2.34.1