summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-12 21:10:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-12 21:10:47 +0200
commit2d1f73d4334593134d3a47704a2614ffcae384ae (patch)
tree4857889a4073ac42ad0c5bd7020b236d5a06865a /toolchain/gcc/Makefile.inc
parentb2e4d29ea9c3c2f5b99264bd270d4257439dfc3f (diff)
add basic support for avr32 -> ngw100
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 0dad1b0fb..eea56050d 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -2,8 +2,15 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gcc
+
+ifeq ($(ADK_LINUX_AVR32),y)
+PKG_VERSION:= 4.4.6
+PKG_MD5SUM:= ab525d429ee4425050a554bc9247d6c4
+else
PKG_VERSION:= 4.5.3
-PKG_RELEASE:= 1
PKG_MD5SUM:= 8e0b5c12212e185f3e4383106bfa9cc6
+endif
+
+PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2