提交 9c1ad43d 编写于 作者: E erikj

8007268: build-infra: configure reports Solaris needs gcc for deploy, but logs...

8007268: build-infra: configure reports Solaris needs gcc for deploy, but logs don't indicate it's used.
Reviewed-by: tbell, katleman
上级 cf6ce32a
...@@ -1486,26 +1486,6 @@ endif ...@@ -1486,26 +1486,6 @@ endif
###################################################### ######################################################
sane-gcc-compiler: sane-gcc-compiler:
ifndef OPENJDK ifndef OPENJDK
ifeq ($(PLATFORM), solaris)
@if [ -r $(GCC_COMPILER_PATH) ]; then \
if [ ! "$(GCC_VER)" = $(REQUIRED_GCC_VER) ]; then \
$(ECHO) "ERROR: The Solaris GCC compiler version must be $(REQUIRED_GCC_VER). \n" \
" You are using the following compiler version: $(GCC_VER) \n" \
" The compiler was obtained from the following location: \n" \
" $(GCC_COMPILER_PATH) \n" \
" Please change your compiler. \n" \
"" >> $(ERROR_FILE) ; \
fi \
else \
$(ECHO) "ERROR: You do not have a valid GCC_COMPILER_PATH setting. \n" \
" Please check your access to \n" \
" $(GCC_COMPILER_PATH) \n" \
" and/or check your value of ALT_GCC_COMPILER_PATH. \n" \
" This will affect you if you build the plugin target. \n" \
"" >> $(ERROR_FILE) ; \
fi
endif
ifeq ($(PLATFORM), linux) ifeq ($(PLATFORM), linux)
ifeq ($(ARCH_DATA_MODEL), 32) ifeq ($(ARCH_DATA_MODEL), 32)
ifdef ALT_GCC29_COMPILER_PATH ifdef ALT_GCC29_COMPILER_PATH
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册