summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.gcc.choice4
-rw-r--r--toolchain/gcc/Makefile.inc7
2 files changed, 9 insertions, 2 deletions
diff --git a/target/config/Config.in.gcc.choice b/target/config/Config.in.gcc.choice
index 1d4d05c11..09ef3b86e 100644
--- a/target/config/Config.in.gcc.choice
+++ b/target/config/Config.in.gcc.choice
@@ -47,8 +47,8 @@ config ADK_TOOLCHAIN_GCC_4_7_4
depends on ADK_TARGET_ARCH_C6X \
|| ADK_TARGET_ARCH_SPARC
-config ADK_TOOLCHAIN_GCC_4_6_3
- bool "4.6.3"
+config ADK_TOOLCHAIN_GCC_4_5_4
+ bool "4.5.4"
depends on ADK_TARGET_ARCH_BFIN
config ADK_TOOLCHAIN_GCC_4_4_7
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 78716b372..6529e0891 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -51,6 +51,13 @@ PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 19
endif
+ifeq ($(ADK_TOOLCHAIN_GCC_4_5_4),y)
+PKG_VERSION:= 4.5.4
+PKG_HASH:= 33fb968907ef7b6c528f6395ba049eb34c4df859bf5aa6c2bc3856268801e078
+PKG_RELEASE:= 1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+LIBSTDCXXVER:= 19
+endif
ifeq ($(ADK_TOOLCHAIN_GCC_4_4_7),y)
PKG_VERSION:= 4.4.7
PKG_HASH:= 76ad7c433af1c798a1e116c4dfa8f5f794f0d32bff65f88c54dcd5e5d146fc32