diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-12-22 04:06:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-12-22 04:06:12 +0000 |
| commit | 5abdc6fd3df8862c16be7f5d4e842a742cbb7117 (patch) | |
| tree | 6338636b472545bcf29ae5df4a99f32488165de2 /llvm/docs/FAQ.html | |
| parent | d3678bc7c588d4968777a42c4e0a6c0948eed934 (diff) | |
| download | bcm5719-llvm-5abdc6fd3df8862c16be7f5d4e842a742cbb7117.tar.gz bcm5719-llvm-5abdc6fd3df8862c16be7f5d4e842a742cbb7117.zip | |
The GCC problem is not specific to suse
llvm-svn: 10574
Diffstat (limited to 'llvm/docs/FAQ.html')
| -rw-r--r-- | llvm/docs/FAQ.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index cc5d91c06af..f4afc266cbc 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -48,7 +48,7 @@ errors.</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> - <li>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</li> + <li>Compiling LLVM with GCC 3.3.2 fails, what should I do?</li> </ol></li> <li><a href="#cfe">Using the GCC Front End</a> @@ -330,12 +330,12 @@ build.</p> </div> <div class="question"> -<p>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</p> +<p>Compiling LLVM with GCC 3.3.2 fails, what should I do?</p> </div> <div class="answer"> -<p>This is a bug in the customized version of GCC shipped with SuSE, and affects - projects other than LLVM. Complain loudly to SuSE. :)</p> +<p>This is <a href="http://gcc.gnu.org/PR?13392">a bug in GCC</a>, and + affects projects other than LLVM. Try upgrading or downgrading your GCC.</p> </div> <!-- *********************************************************************** --> |

