The stage2 boot loader now links against the new arch dependent boot_arch_stage2.o.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3165 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-05-03 16:32:35 +00:00
parent 75d416a23e
commit b977a6087c
+3 -5
View File
@@ -1,10 +1,7 @@
SubDir OBOS_TOP src kernel ;
KernelLd stage2 :
<$(SOURCE_GRIST)!boot!arch!$(OBOS_ARCH)>stage2.o
<$(SOURCE_GRIST)!boot!arch!$(OBOS_ARCH)>stage2_asm.o
<$(SOURCE_GRIST)!boot!arch!$(OBOS_ARCH)>smp_boot.o
<$(SOURCE_GRIST)!boot!arch!$(OBOS_ARCH)>smp_trampoline.o
boot_arch_stage2.o
# posix functions needed by the stage2 boot loader
<$(SOURCE_GRIST)!libroot!posix!locale>ctype.o
@@ -104,7 +101,8 @@ KernelLd libroot.so :
posix_math.o
posix_math_arch_$(OBOS_ARCH).o
posix_signal.o
posix_stdio.o
posix_stdio.o
# posix_gnu_libio.o
posix_stdlib.o
posix_string.o
posix_sys.o