SubDir HAIKU_TOP src system glue arch m68k ; local architectureObject ; for architectureObject in [ MultiArchSubDirSetup m68k ] { on $(architectureObject) { UsePrivateSystemHeaders ; local sources = crti.S crtn.S ; Objects $(sources) ; if $(HAIKU_BUILD_TYPE) = bootstrap { # build a version for stage0 of the bootstrap process BootstrapStage0PlatformObjects $(sources) : true ; } } }