mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Use the `tools-only' target to avoid getting warnings about not having a CFE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b0b8b93e58
commit
e749053cdf
@ -81,11 +81,9 @@ and Settings" directory). We welcome patches to fix this issue.
|
|||||||
<pre>
|
<pre>
|
||||||
% cd llvm
|
% cd llvm
|
||||||
% ./configure [options...]
|
% ./configure [options...]
|
||||||
% gmake
|
% gmake tools-only
|
||||||
</pre>
|
</pre>
|
||||||
<p>This will build all of the LLVM tools and libraries, but you will see
|
<p>This will build all of the LLVM tools and libraries.</p></li>
|
||||||
warnings about missing the C front-end (certain runtime libraries can't
|
|
||||||
be built without it). Ignore these warnings for now.</p></li>
|
|
||||||
|
|
||||||
<li><p>Add the directory containing the tools to your PATH.</p>
|
<li><p>Add the directory containing the tools to your PATH.</p>
|
||||||
<pre>
|
<pre>
|
||||||
@ -94,8 +92,7 @@ and Settings" directory). We welcome patches to fix this issue.
|
|||||||
|
|
||||||
<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
|
<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
|
||||||
|
|
||||||
<li><p>Make "build" and "install" directories as siblings of the "src"
|
<li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
|
||||||
tree.</p>
|
|
||||||
<pre>
|
<pre>
|
||||||
% pwd
|
% pwd
|
||||||
/usr/local/example/cfrontend/src
|
/usr/local/example/cfrontend/src
|
||||||
|
Loading…
Reference in New Issue
Block a user