|
@@ -303,7 +303,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
|
|
|
support for the following variants:
|
|
|
- e500v2 glibc, SPE, 32 bits
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
|
bool "Sourcery CodeBench SH 2012.09"
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
@@ -328,55 +328,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
|
|
- SH4A, uClibc, big endian
|
|
|
Not usable in Buildroot yet.
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
|
|
- bool "Sourcery CodeBench SH 2012.03"
|
|
|
- depends on BR2_sh4a || BR2_sh4aeb
|
|
|
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
- depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
|
|
- help
|
|
|
- Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
- from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53,
|
|
|
- glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers
|
|
|
- 3.2.10. It has support for the following variants:
|
|
|
- - SH4A, glibc, little endian
|
|
|
- Default.
|
|
|
- - SH4A, glibc, big endian
|
|
|
- Add -mb to BR2_TARGET_OPTIMIZATION
|
|
|
- - SH4A, uClibc, little endian
|
|
|
- Not usable in Buildroot yet.
|
|
|
- - SH4A, uClibc, big endian
|
|
|
- Not usable in Buildroot yet.
|
|
|
-
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
|
|
- bool "Sourcery CodeBench SH 2011.03"
|
|
|
- depends on BR2_sh4a || BR2_sh4aeb
|
|
|
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
- depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
- select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
- # kernel headers: 2.6.38
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_5
|
|
|
- help
|
|
|
- Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
- from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20,
|
|
|
- glibc 2.13, uClibc 0.9.30, gdb 7.2.50 and kernel headers
|
|
|
- 2.6.38. It has support for the following variants:
|
|
|
- - SH4A, glibc, little endian
|
|
|
- Default.
|
|
|
- - SH4A, glibc, big endian
|
|
|
- Add -mb to BR2_TARGET_OPTIMIZATION
|
|
|
- - SH4A, uClibc, little endian
|
|
|
- Not usable in Buildroot yet.
|
|
|
- - SH4A, uClibc, big endian
|
|
|
- Not usable in Buildroot yet.
|
|
|
-
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
|
|
|
bool "Sourcery CodeBench AMD64 2015.11"
|
|
|
depends on BR2_x86_64
|
|
@@ -673,9 +624,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
|
default "nios2-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
|
|
default "powerpc-mentor-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
|
|
|
- default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
|
|
- default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
|
|
- default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
|
|
+ default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
|
|
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
|