diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-14 21:56:52 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-14 21:56:52 -0400 |
commit | c550f3ac8342ad3e94805742d6dcc620cf428db5 (patch) | |
tree | 023a0fb0d8394a4f3f74ac847f5e30df8be02115 /Makefile.in | |
parent | cec19cdab21e1eda7ae149792d1529bb03c0714b (diff) |
build: LDSO -> override LDSO
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) ########################## |