kaffe是一个java虚拟机的源代码。里面包含了一些java例程和标准的java包。

源代码在线查看: config.frag

软件大小: 4143 K
上传用户: eeworm
关键词: java kaffe 虚拟机 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#				# s390/Linux configuration (clone from i386/linux/config.frag by ROSSP)				#				host_cpu=s390				host_os=linux								#if test x"$with_threads" = x"linux-threads" ; then				if test x"$with_threads" = x"unix-pthreads" ; then					CPPFLAGS="$CPPFLAGS -D_REENTRANT"					VM_LIBS="$VM_LIBS -lpthread"				fi											

相关资源