From: Chris Lattner
Date: Mon, 22 Dec 2003 04:06:12 +0000 (+0000)
Subject: The GCC problem is not specific to suse
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=306acee8aba87f4cee78a03ee7a5b40be75a88c2;p=oota-llvm.git
The GCC problem is not specific to suse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10574 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/FAQ.html b/docs/FAQ.html
index cc5d91c06af..f4afc266cbc 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -48,7 +48,7 @@
errors.
I've built LLVM and am testing it, but the tests freeze.
Why do test results differ when I perform different types of builds?
- Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?
+ Compiling LLVM with GCC 3.3.2 fails, what should I do?
Using the GCC Front End
@@ -330,12 +330,12 @@ build.
-
Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?
+
Compiling LLVM with GCC 3.3.2 fails, what should I do?
-
This is a bug in the customized version of GCC shipped with SuSE, and affects
- projects other than LLVM. Complain loudly to SuSE. :)
+
This is a bug in GCC, and
+ affects projects other than LLVM. Try upgrading or downgrading your GCC.