blob: 6d8be0f9d290164bd322f8e372774d9c8e98aaf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $Id$
#-
# 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.3.3
PKG_RELEASE:= 1
PKG_MD5SUM:= cc3c5565fdb9ab87a05ddb106ba0bd1f
MASTER_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
|