xref: /haiku/src/system/glue/arch/x86/Jamfile (revision 991dadd6324f7b7a68e94743a39ebae789823228)
1SubDir HAIKU_TOP src system glue arch x86 ;
2
3local architectureObject ;
4for architectureObject in [ MultiArchSubDirSetup x86 x86_gcc2 ] {
5	on $(architectureObject) {
6		Objects
7			crti.S
8			crtn.S
9			;
10	}
11}
12