From f6379d412752b179ea46707035f6a6aca3cd06ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 29 Nov 2009 21:58:35 +0000 Subject: [PATCH] added tls.o to runtimeloader. It linked successfully on x86 because of inlining. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34360 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/runtime_loader/arch/m68k/Jamfile | 1 + src/system/runtime_loader/arch/ppc/Jamfile | 1 + src/system/runtime_loader/arch/x86/Jamfile | 1 + 3 files changed, 3 insertions(+) diff --git a/src/system/runtime_loader/arch/m68k/Jamfile b/src/system/runtime_loader/arch/m68k/Jamfile index 55b22e3bbd..ff3c62ffe6 100644 --- a/src/system/runtime_loader/arch/m68k/Jamfile +++ b/src/system/runtime_loader/arch/m68k/Jamfile @@ -10,6 +10,7 @@ StaticLibrary libruntime_loader_$(TARGET_ARCH).a : : atomic.o thread.o + tls.o arch_string.o memset.o diff --git a/src/system/runtime_loader/arch/ppc/Jamfile b/src/system/runtime_loader/arch/ppc/Jamfile index 553d13ff5c..deb9872373 100644 --- a/src/system/runtime_loader/arch/ppc/Jamfile +++ b/src/system/runtime_loader/arch/ppc/Jamfile @@ -10,6 +10,7 @@ StaticLibrary libruntime_loader_$(TARGET_ARCH).a : : atomic.o thread.o + tls.o memcpy.o memset.o diff --git a/src/system/runtime_loader/arch/x86/Jamfile b/src/system/runtime_loader/arch/x86/Jamfile index 7455375f7b..c772e1da05 100644 --- a/src/system/runtime_loader/arch/x86/Jamfile +++ b/src/system/runtime_loader/arch/x86/Jamfile @@ -10,6 +10,7 @@ StaticLibrary libruntime_loader_$(TARGET_ARCH).a : : atomic.o thread.o + tls.o # memcpy.o arch_string.o