kumquat-buildroot/arch
Thomas Petazzoni 73d135a695 arch/Config.in.x86: drastically simplify the BR2_ARCH definition
The BR2_ARCH definition is like this:

 * i486 for the i486 platform
 * i586 for a small number of platforms
 * i686 for all other x86 platforms when used in 32-bit, but we
   enumerate their entire list
 * x86_64 for all x86 64-bit platforms

The list for i686 is long and needs to be extended everytime a new
platform is added, with no added value.

So this commit simplifies that by replacing this long list with just:

   default "i686"	  if BR2_i386

This works because Kconfig guarantees us that if an i386 platform
matches an earlier case (i486 or one of the i586 platforms), the i486
and i586 earlier in the list will match.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-01-25 08:41:06 +01:00
..
arch.mk
arch.mk.arc arch/arc: explicitly set "max-page-size" for GNU LD 2019-12-25 22:09:52 +01:00
arch.mk.csky
arch.mk.riscv
arch.mk.xtensa
Config.in arch/config: Make RISC-V 64-bits MMU optional 2021-10-27 14:39:01 +02:00
Config.in.arc ARC: Add support for generic HS48 processor 2021-01-16 09:58:26 +01:00
Config.in.arm
Config.in.csky
Config.in.m68k
Config.in.microblaze
Config.in.mips
Config.in.nds32
Config.in.nios2
Config.in.or1k
Config.in.powerpc arch/Config.in.powerpc: Drop PPC601 support 2020-12-15 19:30:03 +01:00
Config.in.riscv arch/config: Make RISC-V 64-bits MMU optional 2021-10-27 14:39:01 +02:00
Config.in.s390x arch/Config.in.s390x: drop redundant depends on BR2_s390x 2020-09-30 21:36:07 +02:00
Config.in.sh
Config.in.sparc
Config.in.x86 arch/Config.in.x86: drastically simplify the BR2_ARCH definition 2022-01-25 08:41:06 +01:00
Config.in.xtensa