da365c1cb0
Previously apps in kernel build are partially linked, thus are big and inefficient. This enables full link for kernel mode apps to reduce size and speed up loading. Changes: - arch/risc-v/Kconfig select HAVE_ELF_EXECUTABLE for K230 - boards/../scripts/Make.defs adjust LDELFLAGS - boards/../knsh/defconfig enable BINFMT_ELF_EXECUTABLE Additions: - boards/../scripts/gnu-elf.ld apps linker script Signed-off-by: Yanfeng Liu <yfliu2008@qq.com> |
||
---|---|---|
.. | ||
gnu-elf.ld | ||
ld-flat.script | ||
ld-kernel.script | ||
ld-protected.script | ||
ld-userland.script | ||
Make.defs |