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
This commit is contained in:
Jérôme Duval 2009-11-29 21:58:35 +00:00
parent 0bb3289c7b
commit f6379d4127
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ StaticLibrary libruntime_loader_$(TARGET_ARCH).a :
:
<src!system!libroot!os!arch!$(TARGET_ARCH)>atomic.o
<src!system!libroot!os!arch!$(TARGET_ARCH)>thread.o
<src!system!libroot!os!arch!$(TARGET_ARCH)>tls.o
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>arch_string.o
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>memset.o

View File

@ -10,6 +10,7 @@ StaticLibrary libruntime_loader_$(TARGET_ARCH).a :
:
<src!system!libroot!os!arch!$(TARGET_ARCH)>atomic.o
<src!system!libroot!os!arch!$(TARGET_ARCH)>thread.o
<src!system!libroot!os!arch!$(TARGET_ARCH)>tls.o
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>memcpy.o
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>memset.o

View File

@ -10,6 +10,7 @@ StaticLibrary libruntime_loader_$(TARGET_ARCH).a :
:
<src!system!libroot!os!arch!$(TARGET_ARCH)>atomic.o
<src!system!libroot!os!arch!$(TARGET_ARCH)>thread.o
<src!system!libroot!os!arch!$(TARGET_ARCH)>tls.o
# <src!system!libroot!posix!string>memcpy.o
<src!system!libroot!posix!string!arch!$(TARGET_ARCH)>arch_string.o