1 SubDir HAIKU_TOP src system libroot posix arch x86_64 ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup x86_64 ] {
5 on $(architectureObject) {
6 local architecture = $(TARGET_PACKAGING_ARCH) ;
8 UsePrivateSystemHeaders ;
10 local genericSources =
15 MergeObject <$(architecture)>posix_arch_$(TARGET_ARCH).o :
23 SEARCH on [ FGristFiles $(genericSources) ]
24 = [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;