From 393d1e9163aefb9e94db2bc459d10595c69d8a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 8 Sep 2003 02:50:44 +0000 Subject: [PATCH] Add some sources to the boot loader that are needed by the intel partition module (even qsort()!). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4555 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index a847342696..d2a036c053 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -4,16 +4,21 @@ KernelLd boot_loader : boot_platform_$(OBOS_BOOT_PLATFORM).o boot_loader.a - # posix functions needed by the stage2 boot loader + + # libroot functions needed by the stage2 boot loader + <$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>byteorder.o <$(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>memcpy.o <$(SOURCE_GRIST)!libroot!posix!string>memmove.o + <$(SOURCE_GRIST)!libroot!posix!string>strdup.o <$(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>strncmp.o + <$(SOURCE_GRIST)!libroot!posix!string>strcpy.o + <$(SOURCE_GRIST)!libroot!posix!stdlib>qsort.o : $(SUBDIR)/ldscripts/$(OBOS_ARCH)/stage2.ld :