[OE-core] [PATCH] cmake: supply CMAKE_AR in toolchain file

Cody P Schafer dev at codyps.com
Wed Dec 3 01:14:06 UTC 2014


I tried the bare set(CMAKE_AR ...) first, but found it was being
ignored. A bit of googling found:
http://www.cmake.org/Bug/view.php?id=13038 Which contains the solution
I've used here.

On Wed, Nov 12, 2014 at 11:08 AM, Burton, Ross <ross.burton at intel.com> wrote:
>
> On 12 November 2014 01:30, Cody P Schafer <dev at codyps.com> wrote:
>>
>> +set( CMAKE_AR ${OECMAKE_AR} CACHE FILEPATH "Archiver" )
>
>
> Curious - why does this line have CACHE FILEPATH "Archiver" when e.g.
> CMAKE_C_COMPILER doesn't?  Should one or other other be fixed?
>
> Ross



More information about the Openembedded-core mailing list