This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
--enable-plugin option overloaded
- From: Matthias Klose <doko at ubuntu dot com>
- To: gcc Development <gcc at gcc dot gnu dot org>, GCC Java <java at gcc dot gnu dot org>
- Date: Mon, 19 Oct 2009 00:08:16 +0200
- Subject: --enable-plugin option overloaded
--enable-plugin is used by classpath (part of libjava) and now by GCC itself.
disabling the build of the gcjwebplugin now disables plugin support in GCC as
well. Please could the option for enabling GCC plugin support be renamed to
something like --enable-plugins, --enable-gcc-plugin, --enable-gcc-plugins ? The
only reason for not renaming the existing libjava option is that it was there
first, and that it is part of an imported tree.
Matthias