summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-12-13 19:25:28 +0000
committerTom Tromey <tromey@redhat.com>2006-12-13 19:25:28 +0000
commitb4c3894835a7fc86f600a84922cb840a39cd160c (patch)
tree40417ca55f476521fc8a3ebd1ec0b35e1ce59dc7 /lib
parent94fb11484923fc9c10432838ef1f9a7e4b8139e1 (diff)
downloadclasspath-b4c3894835a7fc86f600a84922cb840a39cd160c.tar.gz
* examples/Makefile.am: Removed gcjx code.
* lib/Makefile.am: Removed gcjx code. * tools/Makefile.am: Removed gcjx code. * m4/acinclude.m4 (CLASSPATH_FIND_JAVAC): Removed gcjx code. (CLASSPATH_WITH_GCJX): Removed. (CLASSPATH_CHECK_GCJX): Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0e685902a..c6c97ac4f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -27,10 +27,6 @@ JAVAC = $(ECJ) -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,vararg
#if FOUND_KJC
### FIXME: from what I can tell, kjc does not support a -encoding option.
#JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes
-else
-if FOUND_GCJX
-JAVAC = $(GCJX) -g -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes
-endif # FOUND_GCJX
#endif # FOUND_KJC
#endif # FOUND_GCJ
#endif # FOUND_JIKES