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

Brad King brad.king at kitware.com
Tue Jan 26 11:50:12 EST 2010


Yegor Yefremov wrote:
> Alexander Neundorf wrote:
>> You should then get the variables CMAKE_(C|CXX)_COMPILER_ABI set to 
>> either "ELF ARM" or "ELF ARMEABI".
> 
> Do I see it right, that this variable is relevant when building CMake itself?

No, it is set in each project that gets built.  The reason it looks like it's
in a source file is because that source gets compiled for the target environment
by CMake when it configures a project.

-Brad


More information about the CMake mailing list