Home
last modified time | relevance | path

Searched refs:mabi (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arm64.cmake17 list(APPEND TOOLCHAIN_C_FLAGS -mabi=lp64)
18 list(APPEND TOOLCHAIN_LD_FLAGS -mabi=lp64)
Dtarget_riscv.cmake72 list(APPEND TOOLCHAIN_C_FLAGS -mabi=${riscv_mabi} -march=${riscv_march})
73 list(APPEND TOOLCHAIN_LD_FLAGS NO_SPLIT -mabi=${riscv_mabi} -march=${riscv_march})
90 -mabi=${riscv_mabi}
Dtarget_arm.cmake11 list(APPEND ARM_C_FLAGS -mabi=aapcs)
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake26 list(APPEND TOOLCHAIN_C_FLAGS -mabi=lp64)
27 list(APPEND TOOLCHAIN_LD_FLAGS -mabi=lp64)
35 list(APPEND TOOLCHAIN_C_FLAGS -mabi=aapcs)
/Zephyr-latest/cmake/compiler/clang/
Dtarget_arm.cmake11 list(APPEND ARM_C_FLAGS -mabi=aapcs)
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst957 * :github:`42024` - unrecognized argument in option '-mabi=lp64'
Drelease-notes-2.3.rst246 * Added march and mabi options to Kconfig
Drelease-notes-2.5.rst1687 * :github:`28456` - TOOLCHAIN_LD_FLAGS setting of -mabi/-march aren't propagated to linker invocati…