comparison make/aix/makefiles/vm.make @ 14441:e7cbc95179c4

8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables Summary: Extend ELF-decoder to support PPC64 function descriptor tables Reviewed-by: kvn, zgu
author simonis
date Thu, 05 Dec 2013 19:19:09 +0100
parents b83f7d608548
children d623bc507723
comparison
equal deleted inserted replaced
14440:41b780b43b74 14441:e7cbc95179c4
200 Src_Files_EXCLUDE/ZERO := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) ciTypeFlow.cpp 200 Src_Files_EXCLUDE/ZERO := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) ciTypeFlow.cpp
201 Src_Files_EXCLUDE/SHARK := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(ZERO_SPECIFIC_FILES) 201 Src_Files_EXCLUDE/SHARK := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(ZERO_SPECIFIC_FILES)
202 202
203 Src_Files_EXCLUDE += $(Src_Files_EXCLUDE/$(TYPE)) 203 Src_Files_EXCLUDE += $(Src_Files_EXCLUDE/$(TYPE))
204 204
205 # Disable 155427 on aix. 205 # Disable ELF decoder on AIX (AIX uses XCOFF).
206 Src_Files_EXCLUDE += decoder_elf.cpp elfFile.cpp elfStringTable.cpp elfSymbolTable.cpp 206 Src_Files_EXCLUDE += decoder_elf.cpp elfFile.cpp elfStringTable.cpp elfSymbolTable.cpp elfFuncDescTable.cpp
207 207
208 # Special handling of arch model. 208 # Special handling of arch model.
209 ifeq ($(Platform_arch_model), x86_32) 209 ifeq ($(Platform_arch_model), x86_32)
210 Src_Files_EXCLUDE += \*x86_64\* 210 Src_Files_EXCLUDE += \*x86_64\*
211 endif 211 endif