diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-09 15:24:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-09 15:24:12 +0000 |
commit | bc58d14b9c4242c62699a133a5b2d39b80fced3d (patch) | |
tree | 17217133fe113ff381638e66e9047598256ea21d /packages | |
parent | 96918636f93b1e4dd87a9a0893793e4fc77be262 (diff) |
gcc 4.1.1: make $JAVA and $FORTRAN actually have an effect on $LANGUAGES
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gcc/gcc_4.1.1.bb | 3 |
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 |