diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-02-22 08:15:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-02-22 08:15:14 +0000 |
commit | 8e111c77e4f21612202f388d2f6318c1e90f6344 (patch) | |
tree | 9ce5a93984e01149cce151d3d9bdcd6d324f34e0 | |
parent | c91b7d9216e2747bc2fa8886cf1776e769539b88 (diff) |
ccc: Remove unknown host warning, it was breaking gcc's configure.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65276 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/ccc/ccclib/HostInfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ccc/ccclib/HostInfo.py b/tools/ccc/ccclib/HostInfo.py index 917dc95131..9f61b87502 100644 --- a/tools/ccc/ccclib/HostInfo.py +++ b/tools/ccc/ccclib/HostInfo.py @@ -117,5 +117,4 @@ def getHostInfo(driver): if handler: return handler(driver) - driver.warning('Unknown host %r, using generic host information.' % system) return UnknownHostInfo(driver) |