|
@@ -402,6 +402,19 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201203
|
|
|
comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 and n64"
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
+ bool "Sourcery CodeBench Nios-II 2013.05"
|
|
|
+ depends on BR2_nios2
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
+ help
|
|
|
+ Sourcery CodeBench toolchain for the Nios-II architecture,
|
|
|
+ from Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52,
|
|
|
+ glibc 2.17, gdb 7.4.50 and kernel headers 3.7.0.
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
bool "Sourcery CodeBench PowerPC 2011.03"
|
|
|
depends on BR2_powerpc
|
|
@@ -818,6 +831,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201203
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
|
|
|
+ default "nios2-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|