From 79182ad1e5984a6bd56361fa0104b88820f19b80 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 21 May 2009 20:44:04 +0000 Subject: [PATCH] Reverted r30822, fixing the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30824 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/runtime_loader/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/runtime_loader/Jamfile b/src/system/runtime_loader/Jamfile index 405f6941c9..dea946bf86 100644 --- a/src/system/runtime_loader/Jamfile +++ b/src/system/runtime_loader/Jamfile @@ -85,9 +85,9 @@ Objects $(sources) ; Ld runtime_loader : [ FGristFiles $(sources:S=$(SUFOBJ)) ] + libruntime_loader.a libruntime_loader_$(TARGET_ARCH).a $(TARGET_STATIC_LIBSUPC++) - libruntime_loader.a $(TARGET_GCC_LIBGCC) : $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/runtime_loader.ld ;