Searched refs:mcpu (Results 1 – 24 of 24) sorted by relevance
10 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=leon3)11 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=leon3)14 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=leon)15 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=leon)
22 -mcpu=${GCC_ARC_TUNED_CPU} # Force compiler and linker match25 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_ARC_TUNED_CPU})26 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_ARC_TUNED_CPU})
3 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})4 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_M_CPU})
9 -mcpu=.*
5 list(APPEND ARM_C_FLAGS -mcpu=${GCC_M_CPU})
7 # -mcpu=hs38_linux includes -matomic -mcode-density -mdiv-rem9 zephyr_cc_option(-mcpu=${GCC_M_CPU})
2 zephyr_compile_options(-mcpu=${GCC_M_CPU} -mno-sdata -mmpy-option=6)
5 zephyr_compile_options(-mcpu=${GCC_M_CPU})
4 zephyr_compile_options(-mcpu=${GCC_M_CPU})
11 -mcpu=.*
2 zephyr_compile_options(-mcpu=${GCC_M_CPU} -mno-sdata)
24 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})29 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
3 # Determines what argument to give to -mcpu= based on the
92 -mcpu=${GCC_M_CPU}
318 For the GNU toolchain the basic configuration is set via ``-mcpu`` which is defined in generic code
313 * Improved ARCv2 HS4x processors handling - added proper Kconfig options, provided default mcpu
326 * Switched to hs6x mcpu usage (GNU toolchain) for HS6x
2005 * :github:`31757` - GCC compiler option should include '-mcpu=hs38' for HSDK
233 * Added support for GCC mcpu option tuning for ARC targets on SoC level.