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