Bug 1360

Summary: Frysk makefiles don't work with a standard javac
Product: frysk Reporter: Daniel Padwa <daniel.padwa>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235    

Description Daniel Padwa 2005-09-21 14:53:28 UTC
The frysk build system assumes that the "javac" in your path is gcj.  Normal 
javac compilers choke on the -warn:+semicolon flag
Comment 1 Andrew Cagney 2005-09-22 21:18:22 UTC
The config has been modified so that -warn:+semicolon should only be added when
the java bytecode compiler is ECJ.

2005-09-22  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (JAVACFLAGS), acinclude.m4 (JAVACFLAGS): Only add
        -warn:+semicolon when ECJ.
Comment 2 Andrew Cagney 2005-10-29 16:30:22 UTC
linking to tracker