summaryrefslogtreecommitdiff
path: root/include/jni_md-x86-linux-gnu.h
Commit message (Collapse)AuthorAgeFilesLines
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
|
* * include/jni_md-x86-linux-gnu.h (JNIIMPORT): New define.Tom Tromey2005-04-241-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 Jones2001-11-061-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