summaryrefslogtreecommitdiffstats
path: root/clang/tools/ccc/ccclib/HostInfo.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-02-22 08:15:14 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-02-22 08:15:14 +0000
commit9e5dfc6111071bf902f975376deae7f83ce6c7df (patch)
tree6c8221cb8f261516d07efd4a7ae5804d9da70457 /clang/tools/ccc/ccclib/HostInfo.py
parent2448aa1d8d3c1a83e10a017f76f8f4e60b33a566 (diff)
downloadbcm5719-llvm-9e5dfc6111071bf902f975376deae7f83ce6c7df.tar.gz
bcm5719-llvm-9e5dfc6111071bf902f975376deae7f83ce6c7df.zip
ccc: Remove unknown host warning, it was breaking gcc's configure.
llvm-svn: 65276
Diffstat (limited to 'clang/tools/ccc/ccclib/HostInfo.py')
-rw-r--r--clang/tools/ccc/ccclib/HostInfo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/tools/ccc/ccclib/HostInfo.py b/clang/tools/ccc/ccclib/HostInfo.py
index 917dc951315..9f61b87502d 100644
--- a/clang/tools/ccc/ccclib/HostInfo.py
+++ b/clang/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)
OpenPOWER on IntegriCloud