diff options
author | Mark Wielaard <mark@klomp.org> | 2004-12-17 16:00:31 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2004-12-17 16:00:31 +0000 |
commit | c8155b9260a3783b24814623f4ed69580b223247 (patch) | |
tree | 0ba72c537c5b3904e344ff716e2fcd61f49eb520 /lib | |
parent | 00e88e42c4e96e6e20224f31e25172157043ed9d (diff) | |
download | classpath-c8155b9260a3783b24814623f4ed69580b223247.tar.gz |
* INSTALL: We need jikes 1.19 or higher now.
* lib/Makefile.am: Add +Pno-shadow to JIKES compilation.
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 3e1f3456b..cff05f44a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,7 +23,7 @@ JAVAC = $(GCJ) --bootclasspath '' --classpath $(top_srcdir):$(top_srcdir)/vm/ref && $(GCJ) -Wno-deprecated --bootclasspath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -C -d . @classes.standardx else if FOUND_JIKES -JAVAC = $(JIKES) +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -d . @classes +JAVAC = $(JIKES) +Pno-shadow +F -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_srcdir):$(top_srcdir)/vm/reference:.:$(USER_CLASSLIB) -d . @classes else if FOUND_KJC JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes |