diff --git a/base/gcc/gcc.conf b/base/gcc/gcc.conf index 59e667840..523271b81 100644 --- a/base/gcc/gcc.conf +++ b/base/gcc/gcc.conf @@ -121,6 +121,9 @@ else else var_append confopt ' ' "--enable-libgcj" var_append languages ',' 'java' + if pkginstalled fastjar; then + var_append confopt ' ' "--disable-fastjar" + fi fi if [ "$SDECFG_PKG_GCC_OBJC" != 0 ] ; then