Skip to content
Commit aeec7cc3 authored by Martin Beeger's avatar Martin Beeger Committed by Steve Sakoman
Browse files

cmake: remove CMAKE_ASM_FLAGS variable in toolchain file



As discussied in [YOCTO #14717] cmake contains a OEToolchainConfig.cmake
file to configure the toolchain correctly in cross-compile build for recipes
using cmake. The CMAKE_ASM_FLAGS are the configuration are meant for  assembly,
but the spelling is incorrect and the Flag is ASFLAGS for gcc and other compilers.
So this variable might neever have worked and it is better for
recipes to specify their own.

Signed-off-by: default avatarMartin Beeger <martin.beeger@online.de>
Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
(cherry picked from commit 72729ffb)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent f5952401
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment