diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-21 09:03:05 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-21 09:03:05 +0000 |
commit | 220023a1bd25f3f3e81e89e56b1e707fe1e29949 (patch) | |
tree | 1a99852dde6ec94f058783659be9c639847b49cf /packages/gcc/gcc_4.1.2.bb | |
parent | c690d0aa1271976295342130e104f37660ee10e3 (diff) |
gcc-(cross)_4.1.2: enable gfortran and gfortran packaging
Diffstat (limited to 'packages/gcc/gcc_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 0f8cfa46b4..719379c805 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -39,6 +39,7 @@ 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 = "" |