提交 fa90398a 编写于 作者: 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
上级 f9b55928
......@@ -478,7 +478,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.
先完成此消息的编辑!
想要评论请 注册