diff --git a/src/system/runtime_loader/Jamfile b/src/system/runtime_loader/Jamfile index eda9a47d25..46239d120e 100644 --- a/src/system/runtime_loader/Jamfile +++ b/src/system/runtime_loader/Jamfile @@ -7,7 +7,7 @@ if $(TARGET_ARCH) = x86_64 } local architectureObject ; -for architectureObject in [ MultiArchSubDirSetup sparc ] { +for architectureObject in [ MultiArchSubDirSetup ] { on $(architectureObject) { local architecture = $(TARGET_PACKAGING_ARCH) ;