diff options
-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 | ||