Filter out additional linker flags unsupported by QCLD

Change-Id: I78f1aac18a2befcfacac831f8381292d8d944bfc
This commit is contained in:
Pengxuan Zheng 2017-12-08 16:44:17 -08:00 committed by Gerrit - the friendly Code Review server
parent e833e1030e
commit 9a5e4884f4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ else
# For SHARED_LIBRARIES and EXECUTABLES we need to filter out flags not
# needed/understood by SD LLVM's Linker.
FLAGS_TO_BE_FILTERED := -Wl,--icf=safe -Wl,--no-undefined-version -Wl,--fix-cortex-a53-843419 -fuse-ld=gold
FLAGS_TO_BE_FILTERED := -Wl,--icf=safe -Wl,--no-undefined-version -Wl,--fix-cortex-a53-843419 -fuse-ld=gold -Wl,-m,aarch64_elf64_le_vec
linked_module_32 := $(intermediates)/LINKED/$(my_installed_module_stem)
intermediates := $(call local-intermediates-dir,,$(LOCAL_2ND_ARCH_VAR_PREFIX))
linked_module_64 := $(intermediates)/LINKED/$(my_installed_module_stem)