Home
last modified time | relevance | path

Searched refs:pie (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake27 # -no-pie is not supported until binutils 2.37.
28 # If -no-pie is passed to old binutils <= 2.36, it is parsed
30 # called "-pie".
32 set_property(TARGET linker PROPERTY no_position_independent "${LINKERFLAGPREFIX},-no-pie")
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arc.cmake15 -fno-pie
Dtarget_xtensa.cmake22 -fno-pie
Dtarget_arm64.cmake22 -fno-pie
Dtarget_arm.cmake54 -fno-pie
Dtarget_riscv.cmake79 -fno-pie
Dcompiler_flags.cmake245 -fno-pie
/Zephyr-latest/cmake/compiler/xt-clang/
Dtarget.cmake24 -fno-pie
Dcompiler_flags.cmake32 # Clang version used by Xtensa does not support -fno-pic and -fno-pie
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake13 # XCC does not support -fno-pic and -fno-pie
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake14 set_property(TARGET linker PROPERTY no_position_independent "${LINKERFLAGPREFIX},--no-pie")
/Zephyr-latest/scripts/native_simulator/
DMakefile65 NO_PIE_CO:=-fno-pie -fno-pic
69 FINALLINK_FLAGS:=${NO_PIE_CO} -no-pie ${NSI_WARNINGS} \
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake37 # such as, "-no-pie" for LD, and "--no-pie" for LLD.
/Zephyr-latest/subsys/llext/
DKconfig58 By default LLEXT compilation is performed with -fno-pic -fno-pie compiler
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake188 # ARC MWDT does not support -fno-pic and -fno-pie flags,
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst274 * :github:`3872` - build on windows failed " error: unrecognized command line option '-no-pie'"
297 * :github:`4635` - xtensa-esp32-elf-gcc.exe: error: unrecognized command line option '-no-pie'
Drelease-notes-1.12.rst602 …- esp32 fails to build with xtensa-esp32-elf-gcc: error: unrecognized command line option '-no-pie'
Drelease-notes-2.6.rst2223 …- esp32 fails to build with xtensa-esp32-elf-gcc: error: unrecognized command line option '-no-pie'