summaryrefslogtreecommitdiff
path: root/utils/llvm-compilers-check
diff options
context:
space:
mode:
Diffstat (limited to 'utils/llvm-compilers-check')
-rwxr-xr-xutils/llvm-compilers-check4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/llvm-compilers-check b/utils/llvm-compilers-check
index c8bd905ff9..4db8426ace 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)