From a7226c0a4868e171cef83a875dc2fce9b39675e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 19 Apr 2004 02:23:50 +0000 Subject: [PATCH] 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 --- src/kernel/Jamfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 82e582ffab..d4cb63f72f 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -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 :