mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Changing cfrontend dir to llvm-gcc3.4 as the example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31869 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45fb3f3cb2
commit
c9aee64172
@ -211,8 +211,8 @@ sh:
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li><p>Unpack the C/C++ front-end source into cfrontend/src, either by
|
||||
untar'ing a cfrontend.source.tar.gz file or checking out CVS into this
|
||||
<li><p>Unpack the C/C++ front-end source, either by
|
||||
untar'ing/unzipping a tar.gz file or checking out CVS into this
|
||||
directory.</p></li>
|
||||
<li><p>Make "build" and "install" directories as siblings of the "src"
|
||||
tree:</p>
|
||||
@ -221,7 +221,7 @@ sh:
|
||||
csh:
|
||||
<pre>
|
||||
% pwd
|
||||
/usr/local/example/cfrontend/src
|
||||
/usr/local/example/llvm-gcc3.4/src
|
||||
% cd ..
|
||||
% mkdir build install
|
||||
% set CFEINSTALL = `pwd`/install
|
||||
@ -229,7 +229,7 @@ csh:
|
||||
sh:
|
||||
<pre>
|
||||
% pwd
|
||||
/usr/local/example/cfrontend/src
|
||||
/usr/local/example/llvm-gcc3.4/src
|
||||
% cd ..
|
||||
% mkdir build install
|
||||
% export CFEINSTALL=`pwd`/install
|
||||
|
Loading…
Reference in New Issue
Block a user