1. 03 Jul, 2011 1 commit
  2. 01 Jul, 2011 2 commits
    • David 'Digit' Turner's avatar
      Merge "Fix x86 ABI" · 82d350ee
      David 'Digit' Turner authored
      82d350ee
    • 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
  3. 29 Jun, 2011 1 commit
  4. 28 Jun, 2011 3 commits
    • Glenn Kasten's avatar
      Fix a couple of typos · d0868500
      Glenn Kasten authored
      Change-Id: I2cd9332cb0bcfaeeafba700de8cc6844e4f368ee
      d0868500
    • David 'Digit' Turner's avatar
      05118434
    • David 'Digit' Turner's avatar
      ndk-stack: Fixes + Documentation · c0bf90ae
      David 'Digit' Turner authored
      This patch fixes the ndk-stack tool to properly work as advertized, and
      adds a new documentation file (docs/NDK-STACK.html) to illustrate its usage.
      
      + Add build/tools/build-ndk-stack.sh to automatically rebuild the
        host tool from sources (and from scratch).
      
      + Ensure that rebuild-all-prebuilt.sh invokes build-ndk-stack.sh
        and places the resulting binary at the top of target NDK directory.
      
      + Ensure that package-release.sh places the prebuilt binaries into
        the final packages.
      
      + Add a --host-only option to rebuild-all-prebuilt.sh to indicate
        that you only want to rebuilt the host binaries (and none of the
        target ones). The --darwin-ssh and --mingw options also imply
        --host-only.
      
      Change-Id: I5f26e83378c02bfd3b62fa76a7c50c5755104fa9
      c0bf90ae
  5. 27 Jun, 2011 7 commits
  6. 24 Jun, 2011 1 commit
  7. 21 Jun, 2011 6 commits
  8. 20 Jun, 2011 2 commits
  9. 17 Jun, 2011 1 commit
  10. 14 Jun, 2011 2 commits
  11. 10 Jun, 2011 1 commit
  12. 09 Jun, 2011 6 commits
  13. 08 Jun, 2011 2 commits
  14. 03 Jun, 2011 3 commits
  15. 02 Jun, 2011 2 commits
    • David 'Digit' Turner's avatar
      Change log: mention gdbserver crash fix · 7ad77be2
      David 'Digit' Turner authored
      + Minor formatting
      
      Change-Id: I6e2e7369fc762e060c41972eec35df387bd560e3
      7ad77be2
    • David 'Digit' Turner's avatar
      build-stlport.sh: make script error-proof. · 3592767c
      David 'Digit' Turner authored
      This patch improves build-stlport.sh by making it check that it can
      use a fully complete NDK installation to perform the STLport libraries
      build. Before that, it was easy to call the script from an incomplete
      NDK installation (e.g. from the ndk git repository itself without
      having called build-platforms.sh or built the toolchain previously).
      
      Also modify rebuild-all-prebuilt.sh to properly call build-platforms.sh
      before building the STLport libraries. As a secondary effect, this fixes
      the "rebuild-all-prebuilt.sh --arch=x86" case.
      
      Note that this breaks the --darwin-ssh option, but this issue will be
      addressed in a later patch. You can still run build-all-prebuilt.sh
      directly on a Darwin machine to generate the binaries.
      
      Change-Id: I257f8536d3d156bc82f862d7f57a45ec39ebc8fe
      3592767c