diff --git a/utils/llvm-compilers-check b/utils/llvm-compilers-check index c8bd905ff9c..4db8426ace8 100755 --- a/utils/llvm-compilers-check +++ b/utils/llvm-compilers-check @@ -538,10 +538,6 @@ class Builder(threading.Thread): self.logger.info("[" + prefix + "] Configure failed, no configure script " + conf) return -1 - if not os.path.exists(mf): - self.logger.info("[" + prefix + "] Configure failed, no makefile " + mf) - return -1 - if os.path.exists(conf) and os.path.exists(mf): confstat = os.stat(conf) makestat = os.stat(mf)