From: Chris Lattner Date: Mon, 8 Dec 2003 05:43:19 +0000 (+0000) Subject: Add note about sucky suse compiler X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8a0b9242196e6cd97dafecc0bd26d7d72170b326;p=oota-llvm.git Add note about sucky suse compiler git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index 51ba6828606..8f9a9a7b697 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -48,6 +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?
  • Using the GCC Front End @@ -327,6 +328,15 @@ build.

    +
    +

    Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?

    +
    + +
    +

    This is a bug in the customized version of GCC shipped with SuSE, and effects + projects other than LLVM. Complain loudly to SuSE. :)

    +
    +