summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-05-23 21:05:21 +0000
committerMark Wielaard <mark@klomp.org>2005-05-23 21:05:21 +0000
commit5da9b89af016bc5e715678bb5e1df329aea4346c (patch)
tree8b3a22dafac7a9e73ed1bd61940e9a83aae704bc /lib
parentefeecb0f2e549c7029bfdbfbba50dd4a8c46d209 (diff)
downloadclasspath-5da9b89af016bc5e715678bb5e1df329aea4346c.tar.gz
* lib/Makefile.am (FOUND_JIKES): Add +Pno-switchcheck.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7aa6be802..786e95077 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -21,7 +21,7 @@ JAVAC = $(GCJF) -C -d . @classes.standard \
&& $(GCJF) -C -d . @classes.standardx
else
if FOUND_JIKES
-JAVAC = $(JIKES) +Pno-shadow +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(compile_classpath) -d . @classes
+JAVAC = $(JIKES) +Pno-shadow +Pno-switchcheck +F -encoding UTF-8 -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.