Re: CVS kaffe (robilad): Reworked java compiler detection
Kiyo Inaba <[email protected]>
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Dalibor wrote: >> The auto detection itself is welcome, but still I want to have >> explicit way to specify which compiler is my preference. Since >> I still use jikes for some other staff, but when making regression >> test of kaffe I need to use ecj (jikes does not like classpath-0.96.1). > >Yeah. Just pass the compiler you want to use to configure in the >JAVAC variable. configure JAVAC=jikes should do the job. Oh, I did not notice. I once tried 'JAVAC=ecj configure ...', and it did not set JAVAC as I expected. Based on your suggestion, I submitted next test job and it can set JAVAC as I want. Is it possible to add this as help message for configure? # Or FAQ? Kiyo