Skip to content
Snippets Groups Projects
Unverified Commit b2eb8122 authored by Oliver Smith's avatar Oliver Smith
Browse files

pmb/build/autodetect: remove deprecated comment

As discussed with Caleb, it makes sense to keep using "cross-native" for
packages where we don't need to set up a foreign chroot because it is
faster.

Part-of: !2568
parent 9e0c4a83
No related branches found
No related tags found
1 merge request!2568Rework Cross Compile Type
......@@ -98,7 +98,6 @@ def crosscompile(apkbuild: Apkbuild, arch: Arch) -> CrossCompileType:
return None
if not arch.cpu_emulation_required():
return None
# deprecated cross-native environment for building kernels
if "pmb:cross-native" in apkbuild["options"]:
return "cross-native"
if arch.is_native() or "pmb:cross-native2" in apkbuild["options"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment