diff options
Diffstat (limited to 'Library/Formula/gnu-smalltalk.rb')
| -rw-r--r-- | Library/Formula/gnu-smalltalk.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gnu-smalltalk.rb b/Library/Formula/gnu-smalltalk.rb index 818eb8004..1a24408fc 100644 --- a/Library/Formula/gnu-smalltalk.rb +++ b/Library/Formula/gnu-smalltalk.rb @@ -17,8 +17,7 @@ class GnuSmalltalk <Formula # depends_on 'gmp' => :optional # 32/64 built build problems def install - # Codegen problems with LLVM - ENV.gcc_4_2 + fails_with_llvm "Codegen problems with LLVM" # 64-bit version doesn't build, so force 32 bits. ENV.m32 |
