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:
parent
0bb3289c7b
commit
f6379d4127
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user