aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-11-09 15:24:12 +0000
committerKoen Kooi <koen@openembedded.org>2006-11-09 15:24:12 +0000
commitbc58d14b9c4242c62699a133a5b2d39b80fced3d (patch)
tree17217133fe113ff381638e66e9047598256ea21d /packages/gcc
parent96918636f93b1e4dd87a9a0893793e4fc77be262 (diff)
downloadopenembedded-bc58d14b9c4242c62699a133a5b2d39b80fced3d.tar.gz
gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGES
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc_4.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.1.bb b/packages/gcc/gcc_4.1.1.bb
index cd93cab7e2..9c0bd7baac 100644
--- a/packages/gcc/gcc_4.1.1.bb
+++ b/packages/gcc/gcc_4.1.1.bb
@@ -34,6 +34,7 @@ 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 "
#Set the fortran bits
+# 'fortran' or '', not 'f77' like gcc3 had
FORTRAN = ""
HAS_GFORTRAN = "no"
HAS_G2C = "no"
@@ -41,7 +42,7 @@ HAS_G2C = "no"
#Set the java bits
JAVA_arm = ""
-LANGUAGES = "c,c++"
+LANGUAGES = "c,c++${FORTRAN}${JAVA}"
require gcc3-build.inc