mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 04:41:34 +00:00
Move </pre> to column one to avoid an extra line of spaces in the example.
llvm-svn: 73003
This commit is contained in:
parent
a442a46de9
commit
cf715254c7
@ -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"
|
||||
</pre>
|
||||
</pre>
|
||||
</li>
|
||||
<li>Or you can just set your path:
|
||||
<pre class="doc_code">
|
||||
@ -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"
|
||||
</pre>
|
||||
</pre>
|
||||
</li>
|
||||
<li>Configure & build the project as usual: <tt>./configure && make && make check</tt> </li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user