OSDN Git Service

resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp
authorIliyan Malchev <malchev@google.com>
Thu, 10 May 2012 16:19:59 +0000 (09:19 -0700)
committerIliyan Malchev <malchev@google.com>
Thu, 10 May 2012 16:19:59 +0000 (09:19 -0700)
Change-Id: If00e354a5953ed54b31963d4f8ea77e1603c321e

1  2 
libc/Android.mk
libc/arch-arm/bionic/memcpy.S

diff --cc libc/Android.mk
@@@ -485,14 -478,9 +485,17 @@@ ifeq ($(TARGET_ARCH),arm
    ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true)
      libc_common_cflags += -DHAVE_ARM_TLS_REGISTER
    endif
 +  #
 +  # Define HAVE_32_BYTE_CACHE_LINES to indicate to C
 +  # library it should use to 32-byte version of memcpy, and not
 +  # the 64-byte version.
 +  #
 +  ifeq ($(ARCH_ARM_HAVE_32_BYTE_CACHE_LINES),true)
 +    libc_common_cflags += -DHAVE_32_BYTE_CACHE_LINE
 +  endif
+   ifeq ($(ARCH_ARM_USE_NON_NEON_MEMCPY),true)
+     libc_common_cflags += -DARCH_ARM_USE_NON_NEON_MEMCPY
+   endif
  else # !arm
    ifeq ($(TARGET_ARCH),x86)
      libc_crt_target_cflags :=
Simple merge