aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc_csl-arm.bb
blob: 810ad3e115a0e3fe5dcd7c3738c3b3808a0b2129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PR = "r0"
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>"
PV = "3.4.3+csl-arm-${CVSDATE}"
BINV = "3.4.3"
FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm"
DEFAULT_PREFERENCE = "-1"

inherit autotools gettext

include gcc-package.inc

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

include gcc3-build.inc

S = "${WORKDIR}/gcc"