aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2022-01-01 14:59:07 +0100
committerBen Hutchings <ben@decadent.org.uk>2022-01-01 15:01:39 +0100
commit2114e20cf16bbfb45a94aaf978d62d08d8968414 (patch)
treebaf3cda9c4b7fe13f40f94b8a0bde2cd77233d78
parent583a73cd89476bd2393ed1ffc02fa6ace8fdd057 (diff)
downloadklibc-2114e20cf16bbfb45a94aaf978d62d08d8968414.tar.gz
[klibc] ia64: Fix out-of-tree build
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>
-rw-r--r--usr/klibc/arch/ia64/MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/klibc/arch/ia64/MCONFIG b/usr/klibc/arch/ia64/MCONFIG
index f2a2539567abe1..db6a4cee4af3a5 100644
--- a/usr/klibc/arch/ia64/MCONFIG
+++ b/usr/klibc/arch/ia64/MCONFIG
@@ -11,7 +11,7 @@ KLIBCARCHREQFLAGS = -mno-pic
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