[cmake-commits] alex committed CMakeFindBinUtils.cmake 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 15 19:56:44 EST 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv6937

Modified Files:
	CMakeFindBinUtils.cmake 
Log Message:
STYLE: fix infinished comment

Alex


Index: CMakeFindBinUtils.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeFindBinUtils.cmake,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- CMakeFindBinUtils.cmake	15 Jan 2008 00:02:30 -0000	1.12
+++ CMakeFindBinUtils.cmake	16 Jan 2008 00:56:42 -0000	1.13
@@ -76,7 +76,8 @@
 ENDIF(APPLE)
 
 # if we are on an ELF system, search for chrpath
-# according to 
+# according to the binutils mailing list chrpath has problems when cross compiling
+# i.e. if the target has different endianness than the host
 IF("${CMAKE_EXECUTABLE_FORMAT}" STREQUAL "ELF"  AND NOT  CMAKE_CROSSCOMPILING)
   # on ELF platforms there might be chrpath, which works similar to install_name_tool
   OPTION(CMAKE_USE_CHRPATH "Enable this to use chrpath if available" OFF)



More information about the Cmake-commits mailing list