⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

generate_cross_env

Function generate_cross_env 

Source
pub fn generate_cross_env(target: &str) -> BTreeMap<String, String>
Expand description

Generate a complete set of cross-compilation environment variables for the given target, including compiler paths, flags, and pkg-config hints.