From c550f3ac8342ad3e94805742d6dcc620cf428db5 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 14 Mar 2024 21:56:52 -0400 Subject: build: LDSO -> override LDSO Signed-off-by: Ian Moffett --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a6a8a9d..5bf00a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,7 @@ else override LD = $(shell pwd)/cross/bin/$(ARCH)-hyra-ld endif override AS = $(CC) -LDSO = $(shell pwd)/base/usr/lib/ld.so +override LDSO = $(shell pwd)/base/usr/lib/ld.so override USER_MKFLGS = CC=$(CC) LD=$(LD) LDSO=$(LDSO) ########################## -- cgit v1.2.3