提交 6e8e6c8c 编写于 作者: C Chuansheng Lu 提交者: 云矅

[Misc] Fix test/tools/pack200/PackTestZip64.java failed

Summary: port http://phabricator.alibaba.net/D2815 to Dragonwell8

Test Plan: test/tools/pack200/

Reviewers: 麦庶, 三红

Reviewed By: 麦庶, 三红

Differential Revision: https://aone.alibaba-inc.com/code/D856287
上级 2c075412
......@@ -488,7 +488,7 @@ $(eval $(call SetupNativeCompilation,BUILD_UNPACKEXE, \
CFLAGS_solaris := -KPIC, \
CFLAGS_macosx := -fPIC, \
MAPFILE := $(UNPACK_MAPFILE),\
LDFLAGS := $(UNPACKEXE_ZIPOBJS), \
LDFLAGS := $(UNPACKEXE_ZIPOBJS) $(ORIGIN_ARG),\
LDFLAGS_windows := $(CXXFLAGS_JDKEXE), \
LDFLAGS_posix := $(LDFLAGS_JDKEXE) $(LDFLAGS_CXX_JDK) \
$(call SET_SHARED_LIBRARY_NAME,$(LIBRARY_PREFIX)unpack$(SHARED_LIBRARY_SUFFIX)) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册