This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]