summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-08 19:07:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-08 19:07:22 +0100
commit6f2c1e1ed1d9ac59e8dda23d151d0085888498e8 (patch)
tree0498c98bcedf2a9f97fb75f6869acde02ee42f79 /toolchain/gcc
parent18d3d19d929699d3f27c414090e86ed16669dc07 (diff)
add support for microblaze architecture, tested with qemu-system-microblaze{,el}
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index c46505436..a3dc0f748 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -7,9 +7,14 @@ ifeq ($(ADK_LINUX_AVR32),y)
PKG_VERSION:= 4.4.6
PKG_MD5SUM:= ab525d429ee4425050a554bc9247d6c4
else
+ifeq ($(ADK_LINUX_MICROBLAZE),y)
+PKG_VERSION:= 4.8.2
+PKG_MD5SUM:= a3d7d63b9cb6b6ea049469a0c4a43c9d
+else
PKG_VERSION:= 4.7.3
PKG_MD5SUM:= 86f428a30379bdee0224e353ee2f999e
endif
+endif
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}