gcc: sync with OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@442 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-05-27 21:38:46 +00:00
parent e98e60ba31
commit a9a3f11bbf
2 changed files with 3 additions and 2 deletions

View File

@@ -10,11 +10,12 @@ S = "${WORKDIR}/gcc-${PV}"
B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
BINV ?= "${PV}"
# gcj doesn't work on arm
# gcj doesn't work on some architectures
JAVA = ",java"
JAVA_arm = ""
JAVA_armeb = ""
JAVA_mipsel = ""
JAVA_sh3 = ""
# gcc4-build sets this to f95
FORTRAN ?= "f77"
LANGUAGES ?= "c,c++,${FORTRAN}${JAVA}"

View File

@@ -1,10 +1,10 @@
PR = "r1"
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>"
DEPENDS = "mpfr gmp"
PR = "r1"
inherit autotools gettext