|
@@ -219,6 +219,21 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
|
has support for the following variants:
|
|
|
- SH2A, uClibc, big endian
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
|
|
+ bool "Sourcery CodeBench x86/x86_64 2011.09"
|
|
|
+ depends on BR2_i386 || BR2_x86_64
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ help
|
|
|
+ Sourcery CodeBench toolchain for the x86/x86_64
|
|
|
+ architectures, from Mentor Graphics. It uses gcc 4.6.1,
|
|
|
+ binutils 2.21.53, glibc 2.13, gdb 7.2.50 and kernel headers
|
|
|
+ 3.0.1. It has support for the following variants:
|
|
|
+ - Intel Pentium 4, glibc, 32 bits
|
|
|
+ - Intel Atom, glibc, 32 bits
|
|
|
+ - Intel Xeon, glibc, 64 bits
|
|
|
+ - Intel Core 2, glibc, 64 bits
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201009
|
|
|
bool "Sourcery CodeBench x86/x86_64 2010.09"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
@@ -294,6 +309,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
|
default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201009
|
|
|
+ default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && !BR2_BFIN_FDPIC
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && BR2_BFIN_FDPIC
|
|
|
default $(BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX) \
|