headers/bsd: Add sys/queue.h.
[haiku.git] / src / system / libroot / posix / string / arch / x86 / Jamfile
blobedd827a2d80a50122ec93d74a716170935d0c86e
1 SubDir HAIKU_TOP src system libroot posix string arch x86 ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup x86 x86_gcc2 ] {
5         on $(architectureObject) {
6                 local architecture = $(TARGET_PACKAGING_ARCH) ;
8                 UsePrivateSystemHeaders ;
10                 MergeObject <$(architecture)>posix_string_arch_$(TARGET_ARCH).o :
11                         arch_string.S
12                         ;
13         }