diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index af9b4f1301..aee3e079a5 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -21,12 +21,15 @@ KernelLd boot_loader : <$(SOURCE_GRIST)!libroot!posix!string>strlen.o <$(SOURCE_GRIST)!libroot!posix!string>strnlen.o <$(SOURCE_GRIST)!libroot!posix!string>strcmp.o + <$(SOURCE_GRIST)!libroot!posix!string>strcasecmp.o <$(SOURCE_GRIST)!libroot!posix!string>strncmp.o <$(SOURCE_GRIST)!libroot!posix!string>strcat.o <$(SOURCE_GRIST)!libroot!posix!string>strcpy.o + <$(SOURCE_GRIST)!libroot!posix!string>strlcat.o <$(SOURCE_GRIST)!libroot!posix!string>strlcpy.o <$(SOURCE_GRIST)!libroot!posix!string>strchr.o <$(SOURCE_GRIST)!libroot!posix!string>strrchr.o + <$(SOURCE_GRIST)!libroot!posix!stdlib>strtol.o <$(SOURCE_GRIST)!libroot>qsort.o : $(SUBDIR)/ldscripts/$(OBOS_ARCH)/boot_loader.ld : -Bstatic