diff options
author | Tom Tromey <tromey@redhat.com> | 2005-06-17 19:32:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2005-06-17 19:32:12 +0000 |
commit | 59ce7aee94a42c2eed46e14bb6d071dd67f31199 (patch) | |
tree | c1e4b68f6ba35e32f8a0804bae2a5916b504f74f /lib | |
parent | e7a61480c54b1c40ff62ced13e3a2f50a875183c (diff) | |
download | classpath-59ce7aee94a42c2eed46e14bb6d071dd67f31199.tar.gz |
* lib/Makefile.am (JAVAC): Use JIKESENCODING.
* m4/acinclude.m4 (CLASSPATH_CHECK_JIKES): Check for -encoding
option to jikes.
(JIKESENCODING): New subst.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 747c391be..bb3f65cdb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,7 @@ JAVAC = $(GCJF) -C -d . @classes.standard \ && $(GCJF) -C -d . @classes.standardx else if FOUND_JIKES -JAVAC = $(JIKES) +Pno-shadow +Pno-switchcheck +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(compile_classpath) -d . @classes +JAVAC = $(JIKES) +Pno-shadow +Pno-switchcheck +F $(JIKESENCODING) -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(compile_classpath) -d . @classes else if FOUND_KJC ## FIXME: from what I can tell, kjc does not support a -encoding option. |