We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24af43 commit a00ccafCopy full SHA for a00ccaf
pycheribuild/projects/cross/bbl.py
@@ -62,7 +62,7 @@ class BuildBBLBase(CrossCompileAutotoolsProject):
62
kernel_class = None
63
cross_install_dir = DefaultInstallDir.ROOTFS_OPTBASE
64
without_payload = False
65
- enable_zero_bss = False
+ enable_zero_bss = True
66
custom_payload: Optional[str] = None
67
mem_start = "0x80000000"
68
supported_architectures = (
@@ -206,7 +206,6 @@ class BuildBBLNoPayloadGFE(BuildBBLNoPayload):
206
target = "bbl-gfe"
207
default_directory_basename = "bbl" # reuse same source dir
208
build_dir_suffix = "-gfe" # but not the build dir
209
- enable_zero_bss = True
210
211
_default_install_dir_fn = ComputedDefaultValue(
212
function=_bbl_install_dir,
0 commit comments