summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-02 07:10:51 +0000
committerChris Lattner <sabre@nondot.org>2009-01-02 07:10:51 +0000
commitb7481cfcdfd71fb42065c020c75d0de75f985c8a (patch)
tree0a86369de9a47ba2d9abcdd0edcba6f398cb7c1b /llvm/docs/GettingStarted.html
parent8730c6d46cf901c96f2e1640335d89faba8eb74d (diff)
downloadbcm5719-llvm-b7481cfcdfd71fb42065c020c75d0de75f985c8a.tar.gz
bcm5719-llvm-b7481cfcdfd71fb42065c020c75d0de75f985c8a.zip
lex and bison aren't needed to build llvm anymore.
llvm-svn: 61560
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html18
1 files changed, 1 insertions, 17 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 0dd29d9bf3e..93b169352a1 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -307,11 +307,7 @@ up</a></li>
<li><a name="pf_3">No native code generation</a></li>
<li><a name="pf_4">Build is not complete: one or more tools do not link or function</a></li>
<li><a name="pf_5">The GCC-based C/C++ frontend does not build</a></li>
-<li><a name="pf_6">The port is done using the MSYS shell.</a>
-<a href="http://www.mingw.org/MinGWiki/">Download</a> and install
-bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source,
-if necessary. Bison &amp; flex can be also grabbed from GNUWin32 sf.net
-project.</li>
+<li><a name="pf_6">The port is done using the MSYS shell.</a></li>
<li><a name="pf_7">Native code generation exists but is not complete.</a></li>
<li><a name="pf_8">Binutils</a> up to post-2.17 has bug in bfd/cofflink.c
preventing LLVM from building correctly. Several workarounds have been
@@ -376,18 +372,6 @@ href="GCCFEBuildInstrs.html">try to compile it</a> on your platform.</p>
</tr>
<tr>
- <td><a href="http://www.gnu.org/software/flex">Flex</a></td>
- <td>2.5.4</td>
- <td>LEX compiler</td>
- </tr>
-
- <tr>
- <td><a href="http://www.gnu.org/software/bison/bison.html">Bison</a></td>
- <td>1.28, 1.35, 1.75, 1.875d, 2.0, or 2.1<br>(not 1.85 or 1.875)</td>
- <td>YACC compiler</td>
- </tr>
-
- <tr>
<td><a href="http://subversion.tigris.org/project_packages.html">SVN</a></td>
<td>&ge;1.3</td>
<td>Subversion access to LLVM<sup><a href="#sf2">2</a></sup></td>
OpenPOWER on IntegriCloud