From 2e44755b402c0402239a463af444d3fd68930a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 13 Sep 2003 01:01:17 +0000 Subject: [PATCH] Changed the order of boot_loader.a and boot_partitions.a - somehow ld can't link the files anymore otherwise (it works on PPC, though). Added the missing strlcpy.o to the build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4669 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 68ba0243ec..99b0d8fab2 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -2,8 +2,8 @@ SubDir OBOS_TOP src kernel ; KernelLd boot_loader : boot_platform_$(OBOS_BOOT_PLATFORM).o - boot_partitions.a boot_loader.a + boot_partitions.a # file systems boot_bfs.a @@ -21,6 +21,7 @@ KernelLd boot_loader : <$(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!string>strlcpy.o <$(SOURCE_GRIST)!libroot!posix!stdlib>qsort.o : $(SUBDIR)/ldscripts/$(OBOS_ARCH)/stage2.ld