diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:38:46 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:38:46 +0000 |
commit | a9a3f11bbfb704e732143f05ce5be918283c0035 (patch) | |
tree | 1cf9a434c4a1b5a4785a27faf865c6ee700e9cf4 /openembedded/packages | |
parent | e98e60ba31e639b69a7d03a158561e17681f8f0b (diff) | |
download | poky-a9a3f11bbfb704e732143f05ce5be918283c0035.tar.gz |
gcc: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@442 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/gcc/gcc3-build.inc | 3 | ||||
-rw-r--r-- | openembedded/packages/gcc/gcc_4.0.2.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/packages/gcc/gcc3-build.inc b/openembedded/packages/gcc/gcc3-build.inc index b7523c42f2..8048b45fba 100644 --- a/openembedded/packages/gcc/gcc3-build.inc +++ b/openembedded/packages/gcc/gcc3-build.inc | |||
@@ -10,11 +10,12 @@ S = "${WORKDIR}/gcc-${PV}" | |||
10 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" | 10 | B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |
11 | BINV ?= "${PV}" | 11 | BINV ?= "${PV}" |
12 | 12 | ||
13 | # gcj doesn't work on arm | 13 | # gcj doesn't work on some architectures |
14 | JAVA = ",java" | 14 | JAVA = ",java" |
15 | JAVA_arm = "" | 15 | JAVA_arm = "" |
16 | JAVA_armeb = "" | 16 | JAVA_armeb = "" |
17 | JAVA_mipsel = "" | 17 | JAVA_mipsel = "" |
18 | JAVA_sh3 = "" | ||
18 | # gcc4-build sets this to f95 | 19 | # gcc4-build sets this to f95 |
19 | FORTRAN ?= "f77" | 20 | FORTRAN ?= "f77" |
20 | LANGUAGES ?= "c,c++,${FORTRAN}${JAVA}" | 21 | LANGUAGES ?= "c,c++,${FORTRAN}${JAVA}" |
diff --git a/openembedded/packages/gcc/gcc_4.0.2.bb b/openembedded/packages/gcc/gcc_4.0.2.bb index 4f64e7cc9c..f4eeb9bdef 100644 --- a/openembedded/packages/gcc/gcc_4.0.2.bb +++ b/openembedded/packages/gcc/gcc_4.0.2.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | PR = "r1" | ||
2 | DESCRIPTION = "The GNU cc and gcc C compilers." | 1 | DESCRIPTION = "The GNU cc and gcc C compilers." |
3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gcc/" |
4 | SECTION = "devel" | 3 | SECTION = "devel" |
5 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
6 | MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" | 5 | MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" |
7 | DEPENDS = "mpfr gmp" | 6 | DEPENDS = "mpfr gmp" |
7 | PR = "r1" | ||
8 | 8 | ||
9 | inherit autotools gettext | 9 | inherit autotools gettext |
10 | 10 | ||