summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rwxr-xr-xtools/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 31b64abc9..cb24f7daa 100755
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -3,16 +3,12 @@
GLIBJ_BOOTCLASSPATH='$(top_builddir)/lib':'$(top_builddir)/lib/glibj.zip'
GLIBJ_CLASSPATH=asm
-# Setup the compiler to use the GNU Classpath library we just build
-if FOUND_GCJX
-JCOMPILER = $(GCJX) -encoding UTF-8 -bootclasspath $(GLIBJ_BOOTCLASSPATH) -sourcepath '' -classpath $(GLIBJ_CLASSPATH):.
-else
+# Setup the compiler to use the GNU Classpath library we just built.
if FOUND_ECJ
JCOMPILER = $(ECJ) -1.5 -encoding UTF-8 -bootclasspath $(GLIBJ_BOOTCLASSPATH) -classpath .:$(GLIBJ_CLASSPATH)
else
error dunno how to setup the JCOMPILER and compile
endif
-endif
if CREATE_WRAPPERS
bin_SCRIPTS =