From a2940337b452f3b7915c004a561ba9d7fcdb47ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 10 Jan 2005 07:26:50 +0000 Subject: [PATCH] Added strcasecmp(), strlcat(), and strtol() to the boot loader in order to be able to use the driver settings in a useful way. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10633 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 3 +++ 1 file changed, 3 insertions(+) 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