/[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.13 by gnu_andrew, Sat Sep 10 15:31:58 2005 UTC revision 1.63.2.14 by gnu_andrew, Tue Sep 20 18:46:36 2005 UTC
# Line 32  if FOUND_GCJX Line 32  if FOUND_GCJX
32  JAVAC = $(GCJX) -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes  JAVAC = $(GCJX) -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes
33  else  else
34  if FOUND_ECJ  if FOUND_ECJ
35  JAVAC = $(ECJ) -encoding UTF-8 -warn:none -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes  JAVAC = $(ECJ) -source 1.4 -encoding UTF-8 -warn:none -proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes
36  endif # FOUND_ECJ  endif # FOUND_ECJ
37  endif # FOUND_GCJX  endif # FOUND_GCJX
38  endif # FOUND_KJC  endif # FOUND_KJC

Legend:
Removed from v.1.63.2.13  
changed lines
  Added in v.1.63.2.14

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