c7e9b23317
Also clean up <signal.h> and revert the hacks that were necessary for 64-bit in linker/debugger.cpp until now. Change-Id: I3b0554ca8a49ee1c97cda086ce2c1954ebc11892
17 lines
520 B
Makefile
17 lines
520 B
Makefile
_LIBC_ARCH_COMMON_SRC_FILES := \
|
|
arch-x86_64/bionic/clone.S \
|
|
arch-x86_64/bionic/_exit_with_stack_teardown.S \
|
|
arch-x86_64/bionic/futex_x86_64.S \
|
|
arch-x86_64/bionic/__get_sp.S \
|
|
arch-x86_64/bionic/__rt_sigreturn.S \
|
|
arch-x86_64/bionic/_setjmp.S \
|
|
arch-x86_64/bionic/setjmp.S \
|
|
arch-x86_64/bionic/__set_tls.c \
|
|
arch-x86_64/bionic/sigsetjmp.S \
|
|
arch-x86_64/bionic/syscall.S \
|
|
|
|
_LIBC_ARCH_STATIC_SRC_FILES := \
|
|
bionic/dl_iterate_phdr_static.c \
|
|
|
|
_LIBC_ARCH_DYNAMIC_SRC_FILES :=
|