Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
c8e3f654
D
dragonwell8_hotspot
项目概览
openanolis
/
dragonwell8_hotspot
通知
2
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_hotspot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c8e3f654
编写于
7月 21, 2010
作者:
Y
ysr
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
f3ac9491
ca2d0c9d
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
66 addition
and
33 deletion
+66
-33
.hgtags
.hgtags
+8
-0
make/hotspot_version
make/hotspot_version
+1
-1
make/windows/makefiles/defs.make
make/windows/makefiles/defs.make
+57
-32
未找到文件。
.hgtags
浏览文件 @
c8e3f654
...
...
@@ -98,3 +98,11 @@ e0a1a502e402dbe7bf2d9102b4084a7e79a99a9b jdk7-b91
d38f45079fe98792a7381dbb4b64f5b589ec8c58 jdk7-b94
8bfe9058ca4661779ac1d0572329f3943e68362e hs19-b01
91d861ba858daca645993a1ab6ba2fa06a8f4a5b jdk7-b95
573e8ea5fd68e8e51eb6308d283ac3b3889d15e0 jdk7-b96
573e8ea5fd68e8e51eb6308d283ac3b3889d15e0 hs19-b02
5f42499e57adc16380780f40541e1a66cd601891 jdk7-b97
8a045b3f5c13eaad92ff4baf15ca671845fcad1a jdk7-b98
6a236384a379642b5a2398e2819db9ab4e711e9b jdk7-b99
ad1977f08c4d69162a0775fe3f9576b9fd521d10 jdk7-b100
6c3a919105b68c15b7db923ec9a00006e9560910 jdk7-b101
ad1977f08c4d69162a0775fe3f9576b9fd521d10 hs19-b03
make/hotspot_version
浏览文件 @
c8e3f654
...
...
@@ -35,7 +35,7 @@ HOTSPOT_VM_COPYRIGHT=Copyright 2010
HS_MAJOR_VER=19
HS_MINOR_VER=0
HS_BUILD_NUMBER=0
2
HS_BUILD_NUMBER=0
4
JDK_MAJOR_VER=1
JDK_MINOR_VER=7
...
...
make/windows/makefiles/defs.make
浏览文件 @
c8e3f654
...
...
@@ -32,6 +32,17 @@ SLASH_JAVA ?= J:
PATH_SEP
=
;
# Need PLATFORM (os-arch combo names) for jdk and hotspot, plus libarch name
ifeq
($(ARCH_DATA_MODEL),32)
ARCH_DATA_MODEL
=
32
PLATFORM
=
windows-i586
VM_PLATFORM
=
windows_i486
HS_ARCH
=
x86
MAKE_ARGS
+=
ARCH
=
x86
MAKE_ARGS
+=
BUILDARCH
=
i486
MAKE_ARGS
+=
Platform_arch
=
x86
MAKE_ARGS
+=
Platform_arch_model
=
x86_32
endif
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) x86),)
ARCH_DATA_MODEL
=
32
PLATFORM
=
windows-i586
...
...
@@ -43,7 +54,8 @@ ifneq ($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) x86),)
MAKE_ARGS
+=
Platform_arch_model
=
x86_32
endif
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) ia64),)
ifneq
($(ARCH_DATA_MODEL),32)
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) ia64),)
ARCH_DATA_MODEL
=
64
PLATFORM
=
windows-ia64
VM_PLATFORM
=
windows_ia64
...
...
@@ -53,11 +65,11 @@ ifneq ($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) ia64),)
MAKE_ARGS
+=
BUILDARCH
=
ia64
MAKE_ARGS
+=
Platform_arch
=
ia64
MAKE_ARGS
+=
Platform_arch_model
=
ia64
endif
endif
# http://support.microsoft.com/kb/888731 : this can be either
# AMD64 for AMD, or EM64T for Intel chips.
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) AMD64),)
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) AMD64),)
ARCH_DATA_MODEL
=
64
PLATFORM
=
windows-amd64
VM_PLATFORM
=
windows_amd64
...
...
@@ -67,10 +79,22 @@ ifneq ($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) AMD64),)
MAKE_ARGS
+=
BUILDARCH
=
amd64
MAKE_ARGS
+=
Platform_arch
=
x86
MAKE_ARGS
+=
Platform_arch_model
=
x86_64
endif
endif
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) EM64T),)
ARCH_DATA_MODEL
=
64
PLATFORM
=
windows-amd64
VM_PLATFORM
=
windows_amd64
HS_ARCH
=
x86
MAKE_ARGS
+=
LP64
=
1
MAKE_ARGS
+=
ARCH
=
x86
MAKE_ARGS
+=
BUILDARCH
=
amd64
MAKE_ARGS
+=
Platform_arch
=
x86
MAKE_ARGS
+=
Platform_arch_model
=
x86_64
endif
# NB later OS versions than 2003 may report "Intel64"
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) "EM64T\|Intel64"
),)
ifneq
($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) Intel64
),)
ARCH_DATA_MODEL
=
64
PLATFORM
=
windows-amd64
VM_PLATFORM
=
windows_amd64
...
...
@@ -80,6 +104,7 @@ ifneq ($(shell $(ECHO) $(PROCESSOR_IDENTIFIER) | $(GREP) "EM64T\|Intel64"),)
MAKE_ARGS
+=
BUILDARCH
=
amd64
MAKE_ARGS
+=
Platform_arch
=
x86
MAKE_ARGS
+=
Platform_arch_model
=
x86_64
endif
endif
JDK_INCLUDE_SUBDIR
=
win32
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录