提交 84eb50eb 编写于 作者: P paulk

7019371: JDK7 is not building UPX. IFTW wrappers are not compressed.

Reviewed-by: billyh, jqzuo
上级 bbd974c0
......@@ -65,8 +65,7 @@ ifneq ($(JQS), off)
endif
endif
ifneq ($(KERNEL), off)
ifeq ($(ARCH_DATA_MODEL), 32)
ifeq ($(ARCH_DATA_MODEL), 32)
ifeq ($(PLATFORM), windows)
# Only set up to use UPX compression if it is available
UP_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/upx ] ; then \
......@@ -78,7 +77,6 @@ ifneq ($(KERNEL), off)
DEPLOY_BUILD_TARGETS += cmd-comp-all
endif
endif
endif
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册