summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 25e51178a..b441bf03d 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -2,13 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gcc
-ifeq ($(ADK_LINUX_SPARC),y)
-PKG_VERSION:= 4.7.3
-PKG_MD5SUM:= 86f428a30379bdee0224e353ee2f999e
-else
PKG_VERSION:= 4.8.2
-PKG_MD5SUM:= a3d7d63b9cb6b6ea049469a0c4a43c9d
-endif
+PKG_MD5SUM:= deca88241c1135e2ff9fa5486ab5957b
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
-DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2