diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-05 11:07:28 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-05 11:07:28 +0000 |
commit | 806aad8b25af5a05aa7f060849af577b1906253f (patch) | |
tree | e05f9bbabfeb28e47da56d49838aec3926138a0b /packages/gcc | |
parent | d235f9982c2920e73da04808aba1d13e136804bd (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/05 12:05:27+01:00 reciva.com!pb
also suppress java on armeb
BKrev: 42a2dcf0I1aysVmMiDmIzZcV524DjA
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc3-build.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc3-build.inc b/packages/gcc/gcc3-build.inc index daf8c64763..6148c35676 100644 --- a/packages/gcc/gcc3-build.inc +++ b/packages/gcc/gcc3-build.inc @@ -13,6 +13,7 @@ BINV ?= "${PV}" # gcj doesn't work on arm JAVA = ",java" JAVA_arm = "" +JAVA_armeb = "" # gcc4-build sets this to f95 FORTRAN ?= "f77" LANGUAGES ?= "c,c++,${FORTRAN}${JAVA}" |