提交 bc8d9fff 编写于 作者: D dsamersoff

8022617: Openjdk hotspot build is broken on BSD platforms using gcc

Summary: Enforce of preprocessing of all assembly sources by assembler-with-cpp
Reviewed-by: dholmes, erikj
上级 f9f30d43
...@@ -80,7 +80,7 @@ ifeq ($(SPEC),) ...@@ -80,7 +80,7 @@ ifeq ($(SPEC),)
HOSTCC = $(CC) HOSTCC = $(CC)
endif endif
AS = $(CC) -c -x assembler-with-cpp AS = $(CC) -c
endif endif
...@@ -347,6 +347,13 @@ ifeq ($(OS_VENDOR), Darwin) ...@@ -347,6 +347,13 @@ ifeq ($(OS_VENDOR), Darwin)
LDFLAGS += -mmacosx-version-min=$(MACOSX_VERSION_MIN) LDFLAGS += -mmacosx-version-min=$(MACOSX_VERSION_MIN)
endif endif
#------------------------------------------------------------------------
# Assembler flags
# Enforce prerpocessing of .s files
ASFLAGS += -x assembler-with-cpp
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# Linker flags # Linker flags
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册