summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-07 23:52:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-07 23:52:27 +0000
commit5ba331a2ae09e343ff9b21bdb4622a7ae8f67648 (patch)
treedb3e49f05e0f9b6459ee8b355b3bad394b62cd17 /cmake/config-ix.cmake
parente9b88e4440f0ba3a97e904f94a1634d7439b8478 (diff)
Fix CMake reporting of target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index f8d242420fd..dc57a134036 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -147,7 +147,6 @@ endif()
include(GetTargetTriple)
get_target_triple(LLVM_HOSTTRIPLE)
-message(STATUS "LLVM_HOSTTRIPLE: ${LLVM_HOSTTRIPLE}")
# FIXME: We don't distinguish the target and the host. :(
set(TARGET_TRIPLE "${LLVM_HOSTTRIPLE}")