1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

For PR432:

* Remove the idiotic windows environment setting, its not needed.
* Remove an extraneous "mkdir" instruction.

llvm-svn: 19103
This commit is contained in:
Reid Spencer 2004-12-22 09:07:51 +00:00
parent e52a4fe21e
commit 6a77793026

View File

@ -213,7 +213,6 @@ variable.</p>
<ul>
<li>sh: <tt>export PATH=$CFEINSTALL/bin:$PATH</tt></li>
<li>csh: <tt>setenv PATH $CFEINSTALL/bin:$PATH</tt></li>
<li>win: <tt>set PATH=$CFEINSTALL/bin;$PATH</tt></li>
</ul>
</li>
@ -235,7 +234,6 @@ libgcc.a library, which you can find by running
These are the commands you need.</p>
<pre>
% gmake
% mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
</pre></li>