[CMake] How to determine a ABI version of the arm-linux-gcc?

Hendrik Sattler post at hendrik-sattler.de
Fri Jan 22 10:40:00 EST 2010


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


More information about the CMake mailing list