From 287677382f9bfabca9797152f1194558ab04a6b4 Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Fri, 28 Sep 2007 19:09:22 +0200 Subject: [PATCH] Modified gcc to use external fastjar if available. --- base/gcc/gcc.conf | 3 +++ 1 file changed, 3 insertions(+) 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