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