/[classpath]/classpath/lib/Makefile.am
ViewVC logotype

Diff of /classpath/lib/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63.2.16 by gnu_andrew, Wed Nov 2 00:44:05 2005 UTC revision 1.63.2.17 by mark, Wed Nov 2 20:30:10 2005 UTC
# Line 14  compile_classpath = $(vm_classes):$(top_ Line 14  compile_classpath = $(vm_classes):$(top_
14    
15  # handling source to bytecode compiler programs like gcj, jikes  and kjc  # handling source to bytecode compiler programs like gcj, jikes  and kjc
16  if FOUND_ECJ  if FOUND_ECJ
17  JAVAC = $(ECJ) -1.5 -warn:-deprecation,serial,unusedImport -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes  JAVAC = $(ECJ) -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes
18  else  else
19  if FOUND_GCJ  if FOUND_GCJ
20  ## This should never be used when gcj is the compiler.  ## This should never be used when gcj is the compiler.

Legend:
Removed from v.1.63.2.16  
changed lines
  Added in v.1.63.2.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26