am 9baf4839: am 3761f453: am f5897dcb: Merge "Fix linking of aarch64 static binaries."

* commit '9baf483936ef238d3961c281c6bc7280aec7069c':
  Fix linking of aarch64 static binaries.
This commit is contained in:
Elliott Hughes 2013-12-18 23:42:20 +00:00 committed by Android Git Automerger
commit 2abef87f7d

View File

@ -12,3 +12,8 @@ _LIBC_ARCH_COMMON_SRC_FILES := \
arch-aarch64/bionic/sigsetjmp.S \
arch-aarch64/bionic/syscall.S \
arch-aarch64/bionic/vfork.S \
_LIBC_ARCH_STATIC_SRC_FILES := \
bionic/dl_iterate_phdr_static.c \
_LIBC_ARCH_DYNAMIC_SRC_FILES :=