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" - +
@@ -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" -+