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
This commit is contained in:
Axel Dörfler
2003-09-13 01:01:17 +00:00
parent 2f85616f33
commit 2e44755b40
+2 -1
View File
@@ -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