package/uclibc: use simpler BR2_RISCV_{32,64} variables
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
42f61e759a
commit
ad5865f94e
@ -106,8 +106,8 @@ config BR2_UCLIBC_TARGET_ARCH
|
||||
default "xtensa" if BR2_xtensa
|
||||
default "i386" if BR2_i386
|
||||
default "x86_64" if BR2_x86_64
|
||||
default "riscv64" if BR2_riscv && BR2_ARCH_IS_64
|
||||
default "riscv32" if BR2_riscv && !BR2_ARCH_IS_64
|
||||
default "riscv64" if BR2_RISCV_64
|
||||
default "riscv32" if BR2_RISCV_32
|
||||
|
||||
config BR2_UCLIBC_MIPS_ABI
|
||||
string
|
||||
|
Loading…
Reference in New Issue
Block a user