blob: 31040bb56b1e8bd60a11857e6d4fe9204900a277 (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gcc
PKG_VERSION:= 4.8.3
PKG_MD5SUM:= e2c60f5ef918be2db08df96c7d97d0c4
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|