mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user