Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
7247141e
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
7247141e
编写于
8月 26, 2013
作者:
L
lana
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
c00a366a
b491bab8
变更
6
展开全部
隐藏空白更改
内联
并排
Showing
6 changed file
with
262 addition
and
287 deletion
+262
-287
.hgtags
.hgtags
+2
-0
common/autoconf/generated-configure.sh
common/autoconf/generated-configure.sh
+250
-274
common/autoconf/platform.m4
common/autoconf/platform.m4
+8
-9
common/autoconf/spec.gmk.in
common/autoconf/spec.gmk.in
+1
-0
common/makefiles/IdlCompilation.gmk
common/makefiles/IdlCompilation.gmk
+0
-3
common/makefiles/Main.gmk
common/makefiles/Main.gmk
+1
-1
未找到文件。
.hgtags
浏览文件 @
7247141e
...
...
@@ -224,3 +224,5 @@ a1c1e8bf71f354f3aec0214cf13d6668811e021d jdk8-b97
d2dcb110e9dbaf9903c05b211df800e78e4b394e jdk8-b100
9f74a220677dc265a724515d8e2617548cef62f1 jdk8-b101
5eb3c1dc348f72a7f84f7d9d07834e8bbe09a799 jdk8-b102
b7e64be81c8a7690703df5711f4fc2375da8a9cb jdk8-b103
96c1b9b7524b52c3fcefc90ffad4c767396727c8 jdk8-b104
common/autoconf/generated-configure.sh
浏览文件 @
7247141e
此差异已折叠。
点击以展开。
common/autoconf/platform.m4
浏览文件 @
7247141e
...
...
@@ -412,17 +412,16 @@ AC_DEFUN([PLATFORM_SET_COMPILER_TARGET_BITS_FLAGS],
[
# keep track of c/cxx flags that we added outselves...
# to prevent emitting warning...
ADDED_CFLAGS=" -m${OPENJDK_TARGET_CPU_BITS}"
ADDED_CXXFLAGS=" -m${OPENJDK_TARGET_CPU_BITS}"
ADDED_LDFLAGS=" -m${OPENJDK_TARGET_CPU_BITS}"
TARGET_BITS_FLAG="-m${OPENJDK_TARGET_CPU_BITS}"
AC_SUBST(TARGET_BITS_FLAG)
CFLAGS="${CFLAGS}
${ADDED_CFLAGS
}"
CXXFLAGS="${CXXFLAGS}
${ADDED_CXXFLAGS
}"
LDFLAGS="${LDFLAGS}
${ADDED_LDFLAGS
}"
CFLAGS="${CFLAGS}
${TARGET_BITS_FLAG
}"
CXXFLAGS="${CXXFLAGS}
${TARGET_BITS_FLAG
}"
LDFLAGS="${LDFLAGS}
${TARGET_BITS_FLAG
}"
CFLAGS_JDK="${CFLAGS_JDK}
${ADDED_CFLAGS
}"
CXXFLAGS_JDK="${CXXFLAGS_JDK}
${ADDED_CXXFLAGS
}"
LDFLAGS_JDK="${LDFLAGS_JDK}
${ADDED_LDFLAGS
}"
CFLAGS_JDK="${CFLAGS_JDK}
${TARGET_BITS_FLAG
}"
CXXFLAGS_JDK="${CXXFLAGS_JDK}
${TARGET_BITS_FLAG
}"
LDFLAGS_JDK="${LDFLAGS_JDK}
${TARGET_BITS_FLAG
}"
])
AC_DEFUN_ONCE([PLATFORM_SETUP_OPENJDK_TARGET_BITS],
...
...
common/autoconf/spec.gmk.in
浏览文件 @
7247141e
...
...
@@ -304,6 +304,7 @@ MACOSX_VERSION_MIN=@MACOSX_VERSION_MIN@
COMPILER_TYPE:=@COMPILER_TYPE@
COMPILER_NAME:=@COMPILER_NAME@
TARGET_BITS_FLAG=@TARGET_BITS_FLAG@
COMPILER_SUPPORTS_TARGET_BITS_FLAG=@COMPILER_SUPPORTS_TARGET_BITS_FLAG@
CC_OUT_OPTION:=@CC_OUT_OPTION@
...
...
common/makefiles/IdlCompilation.gmk
浏览文件 @
7247141e
...
...
@@ -83,9 +83,6 @@ $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15, $(if $($i),$1_$(strip $($i)))$(NE
$(call LogSetupMacroEntry,SetupIdlCompilation($1),$2,$3,$4,$5,$6,$7,$8,$9,$(10),$(11),$(12),$(13),$(14),$(15))
$(if $(16),$(error Internal makefile error: Too many arguments to SetupIdlCompilation, please update IdlCompilation.gmk))
# Remove any relative addressing in the paths.
$1_SRC := $$(abspath $$($1_SRC))
$1_BIN := $$(abspath $$($1_BIN))
# Find all existing java files and existing class files.
$$(eval $$(call MakeDir,$$($1_BIN)))
$1_SRCS := $$(shell find $$($1_SRC) -name "*.idl")
...
...
common/makefiles/Main.gmk
浏览文件 @
7247141e
...
...
@@ -204,7 +204,7 @@ clean: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jd
# If the output directory was created by configure and now becomes empty, remove it as well.
# FIXME: tmp should not be here, fix ResetTimers instead. And remove spec.sh!
dist-clean: clean
@($(CD) $(OUTPUT_ROOT) && $(RM) -r *spec.gmk config.* configure-arguments Makefile compare.sh spec.sh tmp)
@($(CD) $(OUTPUT_ROOT) && $(RM) -r *spec.gmk config.* configure-arguments Makefile compare.sh spec.sh tmp
javacservers
)
@$(if $(filter $(CONF_NAME),$(notdir $(OUTPUT_ROOT))), \
if test "x`$(LS) $(OUTPUT_ROOT)`" != x; then \
$(ECHO) "Warning: Not removing non-empty configuration directory for '$(CONF_NAME)'" ;\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录