mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
For PR432:
* Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
847f9b7d31
commit
90f1745ab1
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user