Skip to content

Commit

Permalink
ghc: remove LLVM compiler check no-op.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 20, 2016
1 parent 613d3b6 commit 96b01e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/ghc.rb
Expand Up @@ -125,8 +125,6 @@ def install

if ENV.compiler == :clang
args << "--with-clang=#{ENV.cc}"
elsif ENV.compiler == :llvm
args << "--with-gcc-4.2=#{ENV.cc}"
end

# As of Xcode 7.3 (and the corresponding CLT) `nm` is a symlink to `llvm-nm`
Expand Down

0 comments on commit 96b01e5

Please sign in to comment.