The boot loader now uses the boot_loader.ld linking script instead of
the stage2.ld script (which is now only used by the old boot mechanism). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7241 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-5
@@ -26,11 +26,8 @@ KernelLd boot_loader :
|
|||||||
<$(SOURCE_GRIST)!libroot!posix!string>strcpy.o
|
<$(SOURCE_GRIST)!libroot!posix!string>strcpy.o
|
||||||
<$(SOURCE_GRIST)!libroot!posix!string>strlcpy.o
|
<$(SOURCE_GRIST)!libroot!posix!string>strlcpy.o
|
||||||
<$(SOURCE_GRIST)!libroot!posix!stdlib>qsort.o
|
<$(SOURCE_GRIST)!libroot!posix!stdlib>qsort.o
|
||||||
:
|
: $(SUBDIR)/ldscripts/$(OBOS_ARCH)/boot_loader.ld
|
||||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/stage2.ld
|
: -Bstatic
|
||||||
:
|
|
||||||
-Bstatic
|
|
||||||
:
|
|
||||||
;
|
;
|
||||||
|
|
||||||
KernelLd stage2 :
|
KernelLd stage2 :
|
||||||
|
|||||||
Reference in New Issue
Block a user