This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Option alias support for .opt files
- From: Andrew Haley <aph at redhat dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 02 Sep 2010 09:26:15 +0100
- Subject: Re: Option alias support for .opt files
- References: <Pine.LNX.4.64.1009011922130.24176@digraph.polyomino.org.uk> <Pine.LNX.4.64.1009011932150.24176@digraph.polyomino.org.uk>
On 09/01/2010 08:33 PM, Joseph S. Myers wrote:
> Java people should note there are some Java pieces in this patch
> <http://gcc.gnu.org/ml/gcc-patches/2010-09/msg00080.html>:
>
>> java:
>> 2010-09-01 Joseph Myers <joseph@codesourcery.com>
>>
>> * lang.opt (CLASSPATH, bootclasspath, classpath, encoding,
>> fCLASSPATH=): Mark as Java options and as aliases.
>> * jvspec.c (jvgenmain_spec): Don't handle -fCLASSPATH*.
>> (lang_specific_driver): Don't handle options marked as aliases.
>> * lang.c (java_handle_option): Don't handle OPT_fCLASSPATH_.
>>
OK, thanks.
Andrew.