1. 05 Oct, 2012 1 commit
    • Ying Wang's avatar
      Build cpufeatures against the NDK. · 6d6807c7
      Ying Wang authored
      If it's built with the platform build system.
      So you can use it in unbundled branches:
      1. Add the git project ndk to your unbundled branch's repo manifest.
      2. LOCAL_STATIC_LIBRARIES += cpufeatures
      
      Change-Id: I702f33bb540de80b4488b9bae3d8b5e1e8c392b6
      6d6807c7
  2. 24 Sep, 2012 2 commits
  3. 22 Sep, 2012 3 commits
  4. 21 Sep, 2012 4 commits
  5. 20 Sep, 2012 12 commits
  6. 19 Sep, 2012 3 commits
  7. 18 Sep, 2012 2 commits
    • Andrew Hsieh's avatar
      Fix clang mingw32 build by appending exe to program for GetProgramPath · e0ba86c7
      Andrew Hsieh authored
      Change-Id: Ie9bf3bda93d39b04c0e9fcb870e579e02125a42c
      e0ba86c7
    • Andrew Hsieh's avatar
      Add predefined flags to clang -cc1 · 0ee354a6
      Andrew Hsieh authored
      Add the following predefined flags already exist in GCC NDK
      toolcahin, to make clang an easier drop-in replacement in
      makefile (standalone mode)
      
        arm: -fpic -mehabi -mignore-has-ras
        x86: -fPIC -mstackrealign -msse3 (*1)
        mips: -fpic
      
      (*1) Other flags for x86 in GCC NDK
        -fno-short-enums is already the default in clang
        -mfpmath=sse is ignored !
        -marth=i686 -mtune=atom : use -target instead
      
      Change-Id: I2a76f8200e8d78bbfc173175a5d0060ab35d1cd8
      0ee354a6
  8. 13 Sep, 2012 2 commits
  9. 12 Sep, 2012 11 commits