1. 13 Jun, 2012 1 commit
  2. 09 May, 2012 1 commit
  3. 03 Apr, 2012 1 commit
  4. 17 Feb, 2012 1 commit
  5. 21 Sep, 2011 1 commit
    • David 'Digit' Turner's avatar
      Add LOCAL_CPP_FEATURES support to Android.mk · c55bfcf6
      David 'Digit' Turner authored
      This is a new variable that can be used to specify that a
      given module relies on C++ exceptions or RTTI.
      
      This is done for several reasons:
      
      - First, we want to avoid always linking GNU libsupc++
        to every final binary, because we're soon going to
        provide an alternative.
      
      - Second, it is useful to declare prebuilt binaries that
        have been compiled with these features. It allows the
        final link to work correctly.
      
      Note that the change is backwards-compatible. You can still
      use -frtti or -fexceptions in your compiler flags to enable
      the features too.
      
      Change-Id: I24b28935e4446c55b169d35990ec2a379ac08500
      c55bfcf6
  6. 05 Aug, 2011 1 commit
  7. 14 Jul, 2011 1 commit
    • David 'Digit' Turner's avatar
      Fix multi-abi build. · d7ea04d2
      David 'Digit' Turner authored
      This patch fixes multi-ABI builds, i.e. when using something like:
      
        APP_ABI := armeabi x86
      
      In your Application.mk or even the command-line when calling ndk-build.
      
      + Fix missing libgcc in the toolchain setup scripts. This is required to ensure
        that the generated shared library / binary includes all libgcc symbols it
        depends on.
      
      Change-Id: I19bb26c8b59901f46af1bb27a1ec4fba62b1dbcc
      d7ea04d2
  8. 03 Jul, 2011 1 commit
  9. 01 Jul, 2011 1 commit
    • David 'Digit' Turner's avatar
      Fix x86 ABI · ad81f2fa
      David 'Digit' Turner authored
      This patch fixes the x86-4.4.3 compiler flags to enforce the x86 ABI
      properly. Also update CPU-ARCH-ABIS.html to make the ABI definition
      more clear and explicit.
      
      Change-Id: Id6532f0f5f9cc76ae21a66606b0eb0aee5a71409
      ad81f2fa
  10. 08 Jun, 2011 1 commit
  11. 17 May, 2011 1 commit
  12. 28 Apr, 2011 1 commit
  13. 01 Apr, 2011 1 commit
  14. 09 Mar, 2011 1 commit
  15. 22 Feb, 2011 1 commit
  16. 16 Feb, 2011 1 commit
  17. 04 Feb, 2011 1 commit