This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: Libjava is broken again
The patch looks ok: prefer GCJ, as done in classpath/{lib,tools}/Makefile.am.
The patch H.J. posted fully disables ecj, what you want is probably
along this lines instead:
if test "x${GCJ}" = x && test "x${JIKES}" = x && \
test "x${ECJ}" = x && test "x${JAVAC}" = x && \
test "x${user_specified_javac}" != xkjc; then
possibly with a different error message soon after. (What is kjc by the
way?...)
Paolo