diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 24f422ea9ee..b2c2aca6c56 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -236,7 +236,7 @@ software you will need.

GCC - MacOS X2 + MacOS X2,9 x86 GCC @@ -320,6 +320,11 @@ project. future. We highly recommend that you rebuild your current binutils with the patch from Binutils bugzilla, if it wasn't already applied. +
  • XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip + internal LLVM assert messages when compiled for Release at optimization + levels greater than 0 (i.e., “-O1” and higher). + Add OPTIMIZE_OPTION="-O0" to the build command line + if compiling for LLVM Release or bootstrapping the LLVM toolchain.