aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gcc.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-11-15 17:10:15 -0800
committerMisty De Meo2014-11-15 17:13:28 -0800
commit60212a449d358dcd4cc628b1e06fa0752aef80af (patch)
tree0b3125b827a0e19d092d0f7cb4d36b804df9daa4 /Library/Formula/gcc.rb
parentfa8b27c6d39cfa40ea04286095ea21ca94a426f1 (diff)
downloadhomebrew-60212a449d358dcd4cc628b1e06fa0752aef80af.tar.bz2
gcc: blacklist llvm-gcc
Fixes #34222.
Diffstat (limited to 'Library/Formula/gcc.rb')
-rw-r--r--Library/Formula/gcc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb
index fcb57006a..899c5f3d3 100644
--- a/Library/Formula/gcc.rb
+++ b/Library/Formula/gcc.rb
@@ -53,6 +53,7 @@ class Gcc < Formula
end
fails_with :gcc_4_0
+ fails_with :llvm
# GCC bootstraps itself, so it is OK to have an incompatible C++ stdlib
cxxstdlib_check :skip