summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile.inc6
-rw-r--r--toolchain/gdb/Makefile5
2 files changed, 7 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 27a2a33f2..78716b372 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -43,9 +43,9 @@ PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 17
endif
-ifeq ($(ADK_TOOLCHAIN_GCC_4_5_4),y)
-PKG_VERSION:= 4.5.4
-PKG_HASH:= 33fb968907ef7b6c528f6395ba049eb34c4df859bf5aa6c2bc3856268801e078
+ifeq ($(ADK_TOOLCHAIN_GCC_4_6_3),y)
+PKG_VERSION:= 4.6.3
+PKG_HASH:= 3122a8f1a30106034ec70bad633c3fd899d8b6a1216c723f0f03be22c2fe65b0
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index a617424f1..f311790f0 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -29,7 +29,7 @@ $(WRKBUILD)/.configured:
--disable-nls \
--with-curses \
--enable-threads \
- --disable-sim \
+ --enable-sim \
--disable-tui \
--disable-werror \
--disable-install-libiberty \
@@ -44,6 +44,9 @@ $(WRKBUILD)/.compiled:
$(WRKBUILD)/.installed:
$(INSTALL_BIN) $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
+ifeq ($(ADK_TARGET_ARCH_BFIN),y)
+ $(INSTALL_BIN) $(WRKBUILD)/sim/bfin/run $(TARGET_CROSS)run
+endif
touch $@
include ${ADK_TOPDIR}/mk/toolchain.mk