~ chicken-core (chicken-5) f7adb38a4f0f02ab4d2c6e93b216476453f3a14f
commit f7adb38a4f0f02ab4d2c6e93b216476453f3a14f Author: Jim Ursetto <zbigniewsz@gmail.com> AuthorDate: Thu Jul 5 11:15:36 2012 -0500 Commit: Jim Ursetto <zbigniewsz@gmail.com> CommitDate: Thu Jul 5 11:15:36 2012 -0500 README: Remove section on LLVM incompatibility with OS X, as it is now supported. diff --git a/README b/README index 361827b2..2ea9f90c 100644 --- a/README +++ b/README @@ -393,18 +393,6 @@ Mac OS X: - - On 10.7, Chicken will hang and use 100% CPU when you try to - run or install it, due to an incompatibility with the LLVM - version of gcc (which became the default in 10.7). - - To fix this, compile with plain gcc: - - make PLATFORM=macosx C_COMPILER=gcc-4.2 - - Unfortunately, this will still hang with XCode 4.2 or later. - However, there is an experimental fix for this problem; - please ask for details on the chicken-users mailing list. - - On 10.6 and 10.7, Chicken may incorrectly select a 32-bit build environment when it should be building 64-bit, resulting in a build error. This occurs when you have a 32-bit kernel and aTrap