Origin: https://git.kernel.org/pub/scm/libs/klibc/klibc.git/commit/?id=
2114e20cf16bbfb45a94aaf978d62d08d8968414
The linker script is currently not found in an out-of-tree build.
The filename needs to start with $(srctree) to make this work.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Name 0001-klibc-ia64-Fix-out-of-tree-build.patch
KLIBCOPTFLAGS += -Os
KLIBCBITSIZE = 64
-KLIBCSHAREDFLAGS = -T $(src)/arch/$(KLIBCARCH)/klibc.ld
+KLIBCSHAREDFLAGS = -T $(srctree)/$(src)/arch/$(KLIBCARCH)/klibc.ld
# Kernel has never used stack trampolines
KLIBCEXECSTACK := n