Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * all files: Update for new FSF address. | Mark Wielaard | 2005-07-02 | 1 | -2/+2 |
| | |||||
* | * include/jni_md-x86-linux-gnu.h (JNIIMPORT): New define. | Tom Tromey | 2005-04-24 | 1 | -1/+3 |
| | | | | | | | (jsize): New typedef. * include/jni.h: Re-merged with libgcj. * doc/vmintegration.texinfo (JNI Implementation): New node. * NEWS: Document the change. | ||||
* | * configure.in: changed AC_CANONICAL_SYSTEM to AC_CANONICAL_TARGET. | Brian Jones | 2001-11-06 | 1 | -0/+43 |
Modify usage of target_vendor to target_cpu to link jni_md.h. Modify target_cpu to be x86 where it matches regex .*86. Modify target_cpu and target_os to be x86 and linux-gnu where jni_md-$target_cpu-$target_os.h does not exist and print a warning. * include/jni_md-pc-linux-gnu.h: renamed include/jni_md-x86-linux-gnu.h |