2019-04-16 09:25:44 +02:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_ANDES_NDS32
|
|
|
|
bool "Andes nds32"
|
|
|
|
depends on BR2_nds32
|
2019-05-07 05:54:22 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2019-05-28 11:14:26 +02:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
2019-04-16 09:25:44 +02:00
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17
|
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
|
help
|
|
|
|
nds32 toolchain for the nds32 architecture. It uses GCC
|
|
|
|
8.2.1, GDB 8.1.1, glibc 2.28, Binutils 2.30. It generates
|
|
|
|
code that runs on ae3xx platform
|