diff --git a/docs/FAQ.html b/docs/FAQ.html
index e44defb21d5..d0c5148763a 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -49,6 +49,21 @@
I've built LLVM and am testing it, but the tests freeze.
Why do test results differ when I perform different types of builds?
+
+ GCC Front End
+
+ -
+ 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?
+
+
+ -
+ When I compile code using the LLVM GCC front end, it complains that it
+ cannot find crtend.o.
+
+
+