|
@@ -535,6 +535,28 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
|
has support for the following variants:
|
|
|
- SH2A, uClibc, big endian
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
|
|
+ bool "Sourcery CodeBench x86/x86_64 2012.09"
|
|
|
+ depends on BR2_i386 || BR2_x86_64
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ help
|
|
|
+ Sourcery CodeBench toolchain for the x86/x86_64
|
|
|
+ architectures, from Mentor Graphics. It uses gcc 4.7.2,
|
|
|
+ binutils 2.23.51, glibc 2.16, gdb 7.4.50 and kernel headers
|
|
|
+ 3.5.4. It has support for the following variants:
|
|
|
+ - Intel Pentium 4, glibc, 32 bits
|
|
|
+ Default for x86, nothing special to do.
|
|
|
+ - Intel Atom, glibc, 32 bits
|
|
|
+ Select an Atom core
|
|
|
+ - Intel Xeon, glibc, 64 bits
|
|
|
+ Default for x86_64, nothing special to do.
|
|
|
+ - Intel Core 2, glibc, 64 bits
|
|
|
+ Select a Core 2 core
|
|
|
+ Other architecture variants (beyond Pentium-4/Xeon) are
|
|
|
+ supported as well, but glibc is not optimised for it.
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
|
|
bool "Sourcery CodeBench x86/x86_64 2012.03"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
@@ -749,6 +771,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
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 "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
|
|
+ default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
|
|
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 "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && !BR2_BFIN_FDPIC
|