aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc_4.1.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-21 09:34:45 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-21 09:34:45 +0000
commit6bf799da7ae6844c2f7beecbd4b014fd491f6ead (patch)
tree6773d7752b852bd99c58a15c63e2f1108d78b1a8 /packages/gcc/gcc_4.1.1.bb
parentd9920589188dd1a7de339d410aa696f040e6a6d1 (diff)
downloadopenembedded-6bf799da7ae6844c2f7beecbd4b014fd491f6ead.tar.gz
gcc3-build.inc: allow JAVA to be overridable inside recipes using this .inc
gcc_4.1.1.bb: Remove use of gcc4-build.inc, document java and fortran bits a bit
Diffstat (limited to 'packages/gcc/gcc_4.1.1.bb')
-rw-r--r--packages/gcc/gcc_4.1.1.bb17
1 files changed, 11 insertions, 6 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb
index 6e332dceca..e29f5e5b31 100644
--- a/packages/gcc/gcc_4.1.1.bb
+++ b/packages/gcc/gcc_4.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
@@ -29,11 +29,16 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
-include gcc4-build.inc
-EXTRA_OECONF += "--disable-libssp"
-
-FORTRAN = ""
-HAS_GFORTRAN = ""
+#Set the fortran bits
+FORTRAN = "" # "f95"
+HAS_GFORTRAN ?= "no"
HAS_G2C = "no"
+#Set the java bits
+JAVA_arm = "" # ",java"
+
+include gcc3-build.inc
+
+
+EXTRA_OECONF += "--disable-libssp"