Am Freitag 22 Januar 2010 12:59:23 schrieb Yegor Yefremov: > I have two toolchains to compile programs for ARM Debian: one supporting > older ABI (Etch) and one for EABI (Lenny). How can I determine the ABI > version using CMake?
Why would that matter? You define a environment when cross-building. This includes the root directories where libraries are located and the toolchain. They should indeed match but if it is necessary to involve cmake or build scripts, then something is already wrong. HS _______________________________________________ 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