From 558d32f86a53ac9fd5319847fcf3d7f88842b3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 3 Nov 2003 13:56:13 +0000 Subject: [PATCH] Thanks to Ingo's change in KernelMergeObject, the arch-specific part of the OpenFirmware platform is now linked in directly. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5246 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/openfirmware/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/boot/platform/openfirmware/Jamfile b/src/kernel/boot/platform/openfirmware/Jamfile index c379bb6ddd..261945f798 100644 --- a/src/kernel/boot/platform/openfirmware/Jamfile +++ b/src/kernel/boot/platform/openfirmware/Jamfile @@ -1,7 +1,6 @@ SubDir OBOS_TOP src kernel boot platform openfirmware ; KernelMergeObject boot_platform_openfirmware.o : -# crt0.S <$(SOURCE_GRIST)>start.c <$(SOURCE_GRIST)>openfirmware.c <$(SOURCE_GRIST)>debug.c @@ -12,6 +11,7 @@ KernelMergeObject boot_platform_openfirmware.o : <$(SOURCE_GRIST)>console.cpp <$(SOURCE_GRIST)>heap.cpp : + : boot_platform_openfirmware_$(OBOS_ARCH).a ; SEARCH on [ FGristFiles crt0.S ]