erlang: remove superenv workaround

master
Jack Nagel 2013-11-10 18:24:49 -06:00
parent f2e19189e1
commit bb1bc162eb
1 changed files with 0 additions and 8 deletions

View File

@ -74,14 +74,6 @@ class Erlang < Formula
end
system "./configure", *args
if ENV.compiler == :clang
# Superenv does not pass -march=native during configure, causing
# misdetection of this capability on some architectures:
# https://github.com/mxcl/homebrew/issues/23754
inreplace Dir['erts/*/config.h'].first, /^#define ETHR_HAVE___SYNC_VAL_COMPARE_AND_SWAP128 1$/, ''
end
system "make"
ENV.j1 # Install is not thread-safe; can try to create folder twice and fail
system "make install"