Fix: Avoid BL2_COMPILER_CP_FLAG being exported to secure test framework
BL2_COMPILER_CP_FLAG is added to target platform_bl2, and it exports
'-mfloat-abi=soft' with PUBLIC. Thus it is added to secure test
framework. When FPU tests are enabled, the COMPILER_CP_FLAG added to
secure test framework has the value 'hard'. This conflicts with
BL2_COMPILER_CP_FLAG when TEST_BL2 is enabled as well.
Create mcuboot test specific framework target to avoid transmitting
mcuboot compiler options to regression tests.
Signed-off-by: Jianliang Shen <jianliang.shen@arm.com>
Change-Id: I382f7c797e448c06b9c0f93228edb101dd65cea6
2 files changed