In order to add ae350 RISC-V platform, rename ae3xx to ae300 for NDS32 architecture. AE300 (NDS32): - http://www.andestech.com/en/products-solutions/andeshape-platforms/ae300/ AE350 (RISC-V): - http://www.andestech.com/en/products-solutions/andeshape-platforms/ae350-axi-based-platform-pre-integrated-with-n25f-nx25f-a25-ax25/ Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Alan Kao <alankao@andestech.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
557 B
Plaintext
16 lines
557 B
Plaintext
config BR2_TOOLCHAIN_EXTERNAL_ANDES_NDS32
|
|
bool "Andes nds32"
|
|
depends on BR2_nds32
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
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 ae300 platform
|