diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-19 12:01:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-19 12:01:58 +0000 |
commit | 4b38215b677e37bc93757f1841ae0b390dc46033 (patch) | |
tree | 6da96a8e81bba2ac20e9aa2bb20333e2d3c20687 /packages/gcc/gcc_4.1.2.bb | |
parent | 7006d4aac3bf1eef960d032965ae18f88c4acdfc (diff) |
gcc 4.1.2: disable fortran as it doesn't build for everybody (it works fine on the autobuilder and my home machine)
Diffstat (limited to 'packages/gcc/gcc_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 1d76a48d3b..5d01163d94 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -38,7 +38,6 @@ SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " #Set the fortran bits # ',fortran' or '', not 'f77' like gcc3 had FORTRAN = "" -FORTRAN_linux-gnueabi = ",fortran" #Set the java bits JAVA = "" |