924310fb2d
The conditions in the target CPU choice mostly use negative logic, i.e. "depends on !<something>". This makes it more difficult to understand exactly on which ARCH variants the CPU _is_ supported. Therefore, change all of the conditions to positive logic. Since there is no little-endian variant of the 32-bit PowerPC, the conditions are: !BR2_ARCH_IS_64 <==> BR2_powerpc !BR2_powerpc64le <==> BR2_powerpc || BR2_powerpc64 Signed-off-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
.. | ||
arch.mk | ||
arch.mk.arc | ||
arch.mk.riscv | ||
arch.mk.xtensa | ||
Config.in | ||
Config.in.arc | ||
Config.in.arm | ||
Config.in.m68k | ||
Config.in.microblaze | ||
Config.in.mips | ||
Config.in.nios2 | ||
Config.in.or1k | ||
Config.in.powerpc | ||
Config.in.riscv | ||
Config.in.s390x | ||
Config.in.sh | ||
Config.in.sparc | ||
Config.in.x86 | ||
Config.in.xtensa |