summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-27 21:38:46 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-27 21:38:46 +0000
commita9a3f11bbfb704e732143f05ce5be918283c0035 (patch)
tree1cf9a434c4a1b5a4785a27faf865c6ee700e9cf4 /openembedded
parente98e60ba31e639b69a7d03a158561e17681f8f0b (diff)
downloadpoky-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')
-rw-r--r--openembedded/packages/gcc/gcc3-build.inc3
-rw-r--r--openembedded/packages/gcc/gcc_4.0.2.bb2
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}"
10B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" 10B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
11BINV ?= "${PV}" 11BINV ?= "${PV}"
12 12
13# gcj doesn't work on arm 13# gcj doesn't work on some architectures
14JAVA = ",java" 14JAVA = ",java"
15JAVA_arm = "" 15JAVA_arm = ""
16JAVA_armeb = "" 16JAVA_armeb = ""
17JAVA_mipsel = "" 17JAVA_mipsel = ""
18JAVA_sh3 = ""
18# gcc4-build sets this to f95 19# gcc4-build sets this to f95
19FORTRAN ?= "f77" 20FORTRAN ?= "f77"
20LANGUAGES ?= "c,c++,${FORTRAN}${JAVA}" 21LANGUAGES ?= "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 @@
1PR = "r1"
2DESCRIPTION = "The GNU cc and gcc C compilers." 1DESCRIPTION = "The GNU cc and gcc C compilers."
3HOMEPAGE = "http://www.gnu.org/software/gcc/" 2HOMEPAGE = "http://www.gnu.org/software/gcc/"
4SECTION = "devel" 3SECTION = "devel"
5LICENSE = "GPL" 4LICENSE = "GPL"
6MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" 5MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
7DEPENDS = "mpfr gmp" 6DEPENDS = "mpfr gmp"
7PR = "r1"
8 8
9inherit autotools gettext 9inherit autotools gettext
10 10