Home
last modified time | relevance | path

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

/Zephyr-latest/cmake/compiler/gcc/
Dtarget_x86.cmake8 string(PREPEND CMAKE_ASM_FLAGS "-m32 ")
9 string(PREPEND CMAKE_C_FLAGS "-m32 ")
10 string(PREPEND CMAKE_CXX_FLAGS "-m32 ")
/Zephyr-latest/arch/posix/
DCMakeLists.txt54 zephyr_compile_options(-m32)
55 zephyr_link_libraries(-m32)
57 target_link_options(native_simulator INTERFACE "-m32")
58 target_compile_options(native_simulator INTERFACE "-m32")
/Zephyr-latest/cmake/compiler/icx/
Dtarget.cmake45 list(APPEND TOOLCHAIN_C_FLAGS "-m32")
/Zephyr-latest/cmake/bintools/armclang/
Delfconvert_command.cmake22 set(obj_copy_target_output "--m32")
/Zephyr-latest/cmake/modules/
Dunittest.cmake101 set (CMAKE_C_FLAGS "-m32") #deprecated on macOS
102 set (CMAKE_CXX_FLAGS "-m32") #deprecated on macOS
/Zephyr-latest/scripts/native_simulator/
DMakefile35 NSI_ARCH?=-m32
/Zephyr-latest/arch/x86/
Dia32.cmake23 -m32
/Zephyr-latest/cmake/compiler/clang/
Dtarget.cmake63 list(APPEND TOOLCHAIN_C_FLAGS "-m32")