xref: /haiku/src/system/glue/arch/x86_64/Jamfile (revision a07cdb6e9f8e484b6ba9f209fbeb144e906d3405)
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