Home
last modified time | relevance | path

Searched refs:mcpu (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/cmake/compiler/gcc/
Dtarget_sparc.cmake10 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)
Dtarget_arc.cmake22 -mcpu=${GCC_ARC_TUNED_CPU} # Force compiler and linker match
25 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_ARC_TUNED_CPU})
26 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_ARC_TUNED_CPU})
Dtarget_arm64.cmake3 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
4 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_M_CPU})
Dtarget_xtensa.cmake9 -mcpu=.*
Dtarget_arm.cmake5 list(APPEND ARM_C_FLAGS -mcpu=${GCC_M_CPU})
/Zephyr-latest/cmake/compiler/clang/
Dtarget_arm64.cmake3 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
4 list(APPEND TOOLCHAIN_LD_FLAGS -mcpu=${GCC_M_CPU})
Dtarget_arm.cmake5 list(APPEND ARM_C_FLAGS -mcpu=${GCC_M_CPU})
/Zephyr-latest/soc/snps/hsdk/
DCMakeLists.txt7 # -mcpu=hs38_linux includes -matomic -mcode-density -mdiv-rem
9 zephyr_cc_option(-mcpu=${GCC_M_CPU})
/Zephyr-latest/soc/snps/arc_iot/
DCMakeLists.txt2 zephyr_compile_options(-mcpu=${GCC_M_CPU} -mno-sdata -mmpy-option=6)
/Zephyr-latest/soc/snps/emsk/
DCMakeLists.txt2 zephyr_compile_options(-mcpu=${GCC_M_CPU} -mno-sdata -mmpy-option=6)
/Zephyr-latest/soc/snps/nsim/arc_classic/sem/
DCMakeLists.txt5 zephyr_compile_options(-mcpu=${GCC_M_CPU})
/Zephyr-latest/soc/snps/qemu_arc/
DCMakeLists.txt4 zephyr_compile_options(-mcpu=${GCC_M_CPU})
/Zephyr-latest/cmake/compiler/xt-clang/
Dtarget.cmake11 -mcpu=.*
/Zephyr-latest/soc/snps/emsdp/
DCMakeLists.txt2 zephyr_compile_options(-mcpu=${GCC_M_CPU} -mno-sdata)
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake24 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
29 list(APPEND TOOLCHAIN_C_FLAGS -mcpu=${GCC_M_CPU})
/Zephyr-latest/soc/snps/nsim/arc_classic/em/
DCMakeLists.txt5 zephyr_compile_options(-mcpu=${GCC_M_CPU})
/Zephyr-latest/soc/snps/nsim/arc_classic/hs/
DCMakeLists.txt5 zephyr_compile_options(-mcpu=${GCC_M_CPU})
/Zephyr-latest/cmake/
Dgcc-m-cpu.cmake3 # Determines what argument to give to -mcpu= based on the
/Zephyr-latest/cmake/compiler/iar/
Dtarget.cmake92 -mcpu=${GCC_M_CPU}
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst318 For the GNU toolchain the basic configuration is set via ``-mcpu`` which is defined in generic code
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst313 * Improved ARCv2 HS4x processors handling - added proper Kconfig options, provided default mcpu
Drelease-notes-3.1.rst326 * Switched to hs6x mcpu usage (GNU toolchain) for HS6x
Drelease-notes-2.6.rst2005 * :github:`31757` - GCC compiler option should include '-mcpu=hs38' for HSDK
Drelease-notes-3.2.rst233 * Added support for GCC mcpu option tuning for ARC targets on SoC level.