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:
Axel Dörfler 2004-04-19 02:23:50 +00:00
parent 3796dbef26
commit a7226c0a48
1 changed files with 2 additions and 5 deletions

View File

@ -26,11 +26,8 @@ KernelLd boot_loader :
<$(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
:
-Bstatic
:
: $(SUBDIR)/ldscripts/$(OBOS_ARCH)/boot_loader.ld
: -Bstatic
;
KernelLd stage2 :