summaryrefslogtreecommitdiff
path: root/docs/GCCFEBuildInstrs.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2008-12-29 21:33:30 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2008-12-29 21:33:30 +0000
commit8722a2cf446d3ed43005caf95af51d67de4eb014 (patch)
tree5670ab61774c180bd5c35911616d81472d36ba1f /docs/GCCFEBuildInstrs.html
parent9e6b68dc1ff3d75aec23d96cf592d57e90d4c8a5 (diff)
downloadllvm-8722a2cf446d3ed43005caf95af51d67de4eb014.tar.gz
llvm-8722a2cf446d3ed43005caf95af51d67de4eb014.tar.bz2
llvm-8722a2cf446d3ed43005caf95af51d67de4eb014.tar.xz
* Updated TOC and fixed named anchors
* Simplified section header marking git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61482 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GCCFEBuildInstrs.html')
-rw-r--r--docs/GCCFEBuildInstrs.html24
1 files changed, 10 insertions, 14 deletions
diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html
index 34de9f8594..c93f90b43d 100644
--- a/docs/GCCFEBuildInstrs.html
+++ b/docs/GCCFEBuildInstrs.html
@@ -14,6 +14,8 @@
<ol>
<li><a href="#instructions">Building llvm-gcc from Source</a></li>
+ <li><a href="#ada">Building the Ada front-end</a></li>
+ <li><a href="#fortran">Building the Fortran front-end</a></li>
<li><a href="#license">License Information</a></li>
</ol>
@@ -22,9 +24,7 @@
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="instructions">Building llvm-gcc from Source</a>
-</div>
+<h1><a name="instructions">Building llvm-gcc from Source</a></h1>
<!-- *********************************************************************** -->
<div class="doc_text">
@@ -67,9 +67,8 @@ svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk <i>dst-directory</i>
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="license">Building the Ada front-end</a>
-</div>
+<h1><a name="ada">Building the Ada front-end</a></h1>
+<!-- *********************************************************************** -->
<div class="doc_text">
<p>Building with support for Ada amounts to following the directions in the
@@ -220,13 +219,11 @@ make install
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="license">Building the Fortran front-end</a>
-</div>
+<h1><a name="fortran">Building the Fortran front-end</a></h1>
+<!-- *********************************************************************** -->
<div class="doc_text">
-<p>
-To build with support for Fortran, follow the directions in the top-level
+<p>To build with support for Fortran, follow the directions in the top-level
<tt>README.LLVM</tt> file, adding ",fortran" to EXTRALANGS, for example:</p>
<pre class="doc_code">
@@ -236,9 +233,8 @@ EXTRALANGS=,fortran
</div>
<!-- *********************************************************************** -->
-<div class="doc_section">
- <a name="license">License Information</a>
-</div>
+<h1><a name="license">License Information</a></h1>
+<!-- *********************************************************************** -->
<div class="doc_text">
<p>