1SubDir HAIKU_TOP src system glue arch x86_64 ; 2 3local architectureObject ; 4for architectureObject in [ MultiArchSubDirSetup x86_64 ] { 5 on $(architectureObject) { 6 KernelObjects 7 crti.S 8 crtn.S 9 ; 10 } 11} 12