Added libhaikucompat_build.a, basically being a libhaikucompat.a just not for

BeOS compatible target, but for a BeOS compatible host platform. Added atomic
functions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20927 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-04-30 16:58:12 +00:00
parent 75f1f9e04a
commit 1b7b59db11

View File

@ -9,14 +9,24 @@ if $(TARGET_PLATFORM) = libbe_test {
libbeTestSources = misc.cpp syscalls.cpp ;
}
StaticLibrary libhaikucompat.a :
BuildPlatformStaticLibrary libhaikucompat_build.a :
atomic.S
strcasestr.c
strlcat.c
strlcpy.c
strnlen.c
;
StaticLibrary libhaikucompat.a :
strcasestr.o
strlcat.o
strlcpy.o
strnlen.o
$(libbeTestSources)
;
SEARCH on [ FGristFiles strcasestr.c strlcat.c strlcpy.c strnlen.c ]
= [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
SEARCH on [ FGristFiles atomic.S ]
= [ FDirName $(HAIKU_TOP) src system libroot os arch $(HOST_ARCH) ] ;