bionic/libc/arch-arm
Ying Wang f25d677147 Reconfig libc's Android.mk to build for multilib
1. Moved arch-specific setup to their own files:
    - <arch>/<arch>.mk, arch-specific configs. Variables in those config
      end with the arch name.
    - removed the extra complexity introduced by function libc-add-cpu-variant-src,
      which seems to be not very useful these days.
2. Separated out the crt object files generation rules and set up the
   rules for both TARGET_ARCH and TARGET_2ND_ARCH.
3. Build all the libraries for both TARGET_ARCH and TARGET_2ND_ARCH,
  with the arch-specific LOCAL_ variables.

Bug: 11654773
Change-Id: I9c2d85db0affa49199d182236d2210060a321421
2014-02-12 13:58:34 -08:00
..
bionic Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c. 2014-01-24 15:20:11 -08:00
cortex-a7 libc/arm: add cortex-a7 cpu variant 2013-03-23 01:38:22 -07:00
cortex-a8 libc/arm: add cortex-a8 cpu variant 2013-05-15 20:13:28 -07:00
cortex-a9 Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
cortex-a15 Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
generic Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
include/machine Kill <machine/_types.h>. 2014-02-04 19:26:31 -08:00
krait Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
syscalls Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. 2014-02-03 16:20:46 -08:00
arm.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00