From 65b30ea3c16340eaeb29a0855cc14929e06b3f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 21 Oct 2003 04:16:43 +0000 Subject: [PATCH] The boot loader compiles again on x86. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5106 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 8aacffe3f1..9b9466a37a 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -14,6 +14,7 @@ KernelLd boot_loader : <$(SOURCE_GRIST)!libroot!posix!locale>ctype.o <$(SOURCE_GRIST)!libroot!posix!stdio>kvsprintf.o <$(SOURCE_GRIST)!libroot!posix!string>memset.o + <$(SOURCE_GRIST)!libroot!posix!string>memcmp.o <$(SOURCE_GRIST)!libroot!posix!string>memcpy.o <$(SOURCE_GRIST)!libroot!posix!string>memmove.o <$(SOURCE_GRIST)!libroot!posix!string>strdup.o @@ -21,6 +22,7 @@ KernelLd boot_loader : <$(SOURCE_GRIST)!libroot!posix!string>strnlen.o <$(SOURCE_GRIST)!libroot!posix!string>strcmp.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>strlcpy.o <$(SOURCE_GRIST)!libroot!posix!stdlib>qsort.o