]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: sync with OE
authorRichard Purdie <richard@openedhand.com>
Sat, 27 May 2006 21:38:46 +0000 (21:38 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 27 May 2006 21:38:46 +0000 (21:38 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@442 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/gcc/gcc3-build.inc
openembedded/packages/gcc/gcc_4.0.2.bb

index b7523c42f2f39f34591c1fc9f8ae654c5ed610c2..8048b45fba91718f103930e05c734ff404d6f175 100644 (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}"
index 4f64e7cc9ccb4ba67137a4b593c0958bd1f3c38f..f4eeb9bdef7f2b78a8e5df35e7fcedb51904378d 100644 (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