1config BR2_TOOLCHAIN_EXTERNAL_ANDES_NDS32 2 bool "Andes nds32" 3 depends on BR2_nds32 4 depends on !BR2_STATIC_LIBS 5 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" 6 select BR2_HOSTARCH_NEEDS_IA32_LIBS 7 select BR2_TOOLCHAIN_GCC_AT_LEAST_8 8 select BR2_TOOLCHAIN_EXTERNAL_GLIBC 9 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17 10 select BR2_TOOLCHAIN_HAS_NATIVE_RPC 11 select BR2_TOOLCHAIN_HAS_SSP 12 help 13 nds32 toolchain for the nds32 architecture. It uses GCC 14 8.2.1, GDB 8.1.1, glibc 2.28, Binutils 2.30. It generates 15 code that runs on ae3xx platform 16