aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc_csl-arm.bb
blob: d437ece065d02aeec5d6877e699d1dc71a223095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
LICENSE = "GPL"
MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
BINV = "3.4.4"
PV = "3.4.4+csl-arm-${SRCDATE}"
PR = "r0"

FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm"
DEFAULT_PREFERENCE = "-1"

inherit autotools gettext

include gcc-package.inc

SRC_URI = "cvs://anonymous@cvs.savannah.gnu.org/cvsroot/gcc;method=pserver;tag=csl-arm-branch;module=gcc;date=${SRCDATE} \
	   file://gcc34-arm-tune.patch;patch=1"

include gcc3-build.inc

S = "${WORKDIR}/gcc"