forked from OSchip/llvm-project
Note that these instructions are for x86-32 linux
(the only platform on which the Ada compiler even builds). llvm-svn: 47031
This commit is contained in:
parent
736e441266
commit
481d4b27dd
|
@ -103,7 +103,7 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example:
|
|||
</ol>
|
||||
|
||||
<p>Supposing appropriate compilers are available, llvm-gcc with Ada support can
|
||||
be built using the following recipe:</p>
|
||||
be built on an x86-32 linux box using the following recipe:</p>
|
||||
|
||||
<ol>
|
||||
<li><p>Download the <a href="http://llvm.org/releases/download.html">LLVM source</a>
|
||||
|
|
Loading…
Reference in New Issue