Bug 1360 - Frysk makefiles don't work with a standard javac
Summary: Frysk makefiles don't work with a standard javac
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 minor
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2005-09-21 14:53 UTC by Daniel Padwa
Modified: 2006-01-31 16:02 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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