aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 465711b21..d5ef51e57 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -1,15 +1,15 @@
require 'formula'
class Llvm <Formula
- @url='http://llvm.org/releases/2.5/llvm-2.5.tar.gz'
+ @url='http://llvm.org/releases/2.6/llvm-2.6.tar.gz'
@homepage='http://llvm.org/'
- @md5='55df2ea8665c8094ad2ef85187b9fc74'
+ @md5='34a11e807add0f4555f691944e1a404a'
def install
ENV.gcc_4_2 # llvm can't compile itself
system "./configure", "--prefix=#{prefix}",
- "--enable-targets=x86",
+ "--enable-targets=host-only",
"--enable-optimized"
system "make"
system "make install" # seperate steps required, otherwise the build fails