Added the new GCC front end section to the table of contents.
authorJohn Criswell <criswell@uiuc.edu>
Tue, 18 Nov 2003 16:08:49 +0000 (16:08 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 18 Nov 2003 16:08:49 +0000 (16:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10068 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.html

index e44defb21d59927f5b6818ee19a0ce6f4461d98b..d0c5148763acae2fc191979b4c28b2198a53b155 100644 (file)
   <li>I've built LLVM and am testing it, but the tests freeze.</li>
   <li>Why do test results differ when I perform different types of builds?</li>
   </ol></li>
   <li>I've built LLVM and am testing it, but the tests freeze.</li>
   <li>Why do test results differ when I perform different types of builds?</li>
   </ol></li>
+
+  <li><a href="#cfe">GCC Front End</a>
+  <ol>
+    <li>
+    When I compile software that uses a configure script, the configure script
+    thinks my system has all of the header files and libraries it is testing
+    for.  How do I get configure to work correctly?
+    </li>
+
+    <li>
+    When I compile code using the LLVM GCC front end, it complains that it
+    cannot find crtend.o.
+    </li>
+  </ol>
+  </li>
 </ol>
 
 <!-- *********************************************************************** -->
 </ol>
 
 <!-- *********************************************************************** -->