libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git] / src / system / glue / arch / x86 / Jamfile
blobb87bae5ad37b340e74e49d05e045308cc6c048ab
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 ;
8                 local sources =
9                         crti.S
10                         crtn.S
11                         ;
12                 Objects $(sources) ;
14                 if $(HAIKU_BUILD_TYPE) = bootstrap {
15                         # build a version for stage0 of the bootstrap process
16                         BootstrapStage0PlatformObjects $(sources) : true ;
17                 }
18         }