1 SubDir HAIKU_TOP src system glue arch x86 ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup x86 x86_gcc2 ] {
5 on $(architectureObject) {
6 UsePrivateSystemHeaders ;
14 if $(HAIKU_BUILD_TYPE) = bootstrap {
15 # build a version for stage0 of the bootstrap process
16 BootstrapStage0PlatformObjects $(sources) : true ;