Home | History | Annotate | Download | only in arch-mips64
      1 # 64-bit mips.
      2 
      3 libc_bionic_src_files_mips64 += \
      4     arch-mips/string/memcmp.c \
      5     arch-mips/string/memcpy.S \
      6     arch-mips/string/memset.S \
      7     arch-mips/string/strcmp.S \
      8     arch-mips/string/strlen.c \
      9 
     10 #
     11 # Inherently architecture-specific code.
     12 #
     13 
     14 libc_bionic_src_files_mips64 += \
     15     arch-mips64/bionic/__bionic_clone.S \
     16     arch-mips64/bionic/_exit_with_stack_teardown.S \
     17     arch-mips64/bionic/setjmp.S \
     18     arch-mips64/bionic/syscall.S \
     19     arch-mips64/bionic/vfork.S \
     20     arch-mips64/bionic/stat.cpp \
     21 
     22 libc_crt_target_cflags_mips64 := \
     23     $($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \
     24     -I$(LOCAL_PATH)/arch-mips64/include \
     25 
     26 libc_crt_target_crtbegin_file_mips64 := \
     27     $(LOCAL_PATH)/arch-mips64/bionic/crtbegin.c \
     28 
     29 libc_crt_target_crtbegin_so_file_mips64 := \
     30     $(LOCAL_PATH)/arch-common/bionic/crtbegin_so.c \
     31 
     32 libc_crt_target_so_cflags_mips64 := \
     33     -fPIC \
     34 
     35 libc_crt_target_ldflags_mips64 := \
     36     -melf64ltsmip \
     37