···98 { cpu = { family = "riscv"; }; }
99 { cpu = { family = "x86"; }; }
100 ];
000101 };
102103 # given two patterns, return a pattern which is their logical AND.
···98 { cpu = { family = "riscv"; }; }
99 { cpu = { family = "x86"; }; }
100 ];
101+102+ isElf = { kernel.execFormat = execFormats.elf; };
103+ isMacho = { kernel.execFormat = execFormats.macho; };
104 };
105106 # given two patterns, return a pattern which is their logical AND.