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] | |
however it would certainly be good to have something like this available as an option. Something that exists already is "make JAVAC=jikes", which will just use jikes instead of "gcj -C" to build the class files.
I'm sorry to be the one to keep bringing this up, but my understanding is that
"make JAVAC=jikes" will fill my build directory with class files which gcj
native cannot use, due to some sort of magical attribute stuck on the class
files.
- just run my own rule from outside of gcc's Makefiles
(this is what I am doing)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |