diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-04-06 18:33:36 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-04-06 18:33:36 +0000 |
| commit | edd52bd1464ee9ae4f0cdf7ff90a20ca175580fe (patch) | |
| tree | 76c161804062132741a533ff195749ebef086bff | |
| parent | ac98f71ec75f6852591c37e18292463e1da51aea (diff) | |
rename
| -rw-r--r-- | service/Makefile | 2 | ||||
| -rw-r--r-- | service/kjarna.ld (renamed from service/kc.ld) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/service/Makefile b/service/Makefile index 1a4e400..0917b8c 100644 --- a/service/Makefile +++ b/service/Makefile @@ -13,7 +13,7 @@ CPPFLAGS += -I../api/posix -I../api/libc -I../api -I. CFLAGS += -fPIC -fvisibility=hidden -mgeneral-regs-only -LDSCRIPT := kc.ld +LDSCRIPT := kjarna.ld CRT_OBJS := start.o rtld_link.o dynamic.o elf64.o kjarna.o LIB_OBJS := memcmp.o memcpy.o memmove.o memset.o string.o stdio.o \ diff --git a/service/kc.ld b/service/kjarna.ld index f7b0339..f7b0339 100644 --- a/service/kc.ld +++ b/service/kjarna.ld |
