From 0a1f67acfca8007c1c39f7b8b82fc786ca176d5e Mon Sep 17 00:00:00 2001
From: John Criswell
NOTE: This is currently a somewhat fragile, error-prone -process, and you should only try to do it if (A) you really, really, -really can't use the binaries we distribute, and (B) you are a wicked -good GCC hacker.
+process, and you should only try to do it if +We welcome patches to help make this process simpler.
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ddad3c26f5..6cd18723fc 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -407,6 +407,18 @@ ./fixheaders ++ The binary versions of the GCC front end may not suit all of your needs. + For example, the binary distribution may include an old version of a system + header file, not "fix" a header file that needs to be fixed for GCC, or it + may be linked with libraries not available on your system. +
+ ++ In cases like these, you may want to try + building the GCC front end from source. + This is not for the faint of heart, so be forewarned. +