summaryrefslogtreecommitdiff
path: root/cmake/modules/GetHostTriple.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/GetHostTriple.cmake')
-rw-r--r--cmake/modules/GetHostTriple.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/GetHostTriple.cmake b/cmake/modules/GetHostTriple.cmake
index 671a8ce7d7ce2..5de710c7ede0b 100644
--- a/cmake/modules/GetHostTriple.cmake
+++ b/cmake/modules/GetHostTriple.cmake
@@ -15,7 +15,7 @@ function( get_host_triple var )
set( value "i686-pc-mingw32" )
endif()
else( MSVC )
- set(config_guess ${LLVM_MAIN_SRC_DIR}/autoconf/config.guess)
+ set(config_guess ${LLVM_MAIN_SRC_DIR}/cmake/config.guess)
execute_process(COMMAND sh ${config_guess}
RESULT_VARIABLE TT_RV
OUTPUT_VARIABLE TT_OUT