From fbddcd227c26995d2933517b9dbb2d7dd3d5c9b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Feb 2015 20:09:58 +0100 Subject: add basic support for raspberry pi2 Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. --- target/config/Config.in.toolchain | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'target/config/Config.in.toolchain') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index bff7e3d9e..6acd860fd 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -29,22 +29,22 @@ config ADK_TOOLCHAIN_GCC_4_8_0_ARC bool "4.8.0-arc" depends on ADK_TARGET_ARCH_ARC -config ADK_TOOLCHAIN_GCC_4_8_4 - bool "4.8.4" +config ADK_TOOLCHAIN_GCC_4_9_2 + bool "4.9.2" depends on !ADK_TARGET_ARCH_BFIN - depends on !ADK_TARGET_ARCH_AARCH64 depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS - depends on !ADK_TARGET_ARCH_TILE depends on !ADK_TARGET_ARCH_C6X -config ADK_TOOLCHAIN_GCC_4_9_2 - bool "4.9.2" +config ADK_TOOLCHAIN_GCC_4_8_4 + bool "4.8.4" depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_AARCH64 depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_TILE depends on !ADK_TARGET_ARCH_C6X config ADK_TOOLCHAIN_GCC_GIT @@ -72,6 +72,13 @@ config ADK_TOOLCHAIN_BINUTILS_2_23_ARC bool "2.23-arc" depends on ADK_TARGET_ARCH_ARC +config ADK_TOOLCHAIN_BINUTILS_2_25 + bool "2.25" + depends on !ADK_TARGET_ARCH_BFIN + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + config ADK_TOOLCHAIN_BINUTILS_2_24 bool "2.24" depends on !ADK_TARGET_ARCH_BFIN -- cgit v1.2.3