I have a set of cross-compilers and toolchain files for them. Our binutils are 
separated from gcc. Say:

/cross/path/binutils/bin
/cross/path/gcc/bin

As I understood from CMakeFindBinUtils.cmake script, it looks for binutils 
only in /cross/path/gcc/bin, and ignores CMAKE_FIND_ROOT_PATH completely.

Q1: Is it a bug or intended feature?
Q2: Is there a way to specify location of AR and others in a toolchain file?

Thank you for your time.

Denis


      
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to