1. 14 Jul, 2011 6 commits
    • David 'Digit' Turner's avatar
      Merge "Fix build-stlport.sh" · 7854d3fc
      David 'Digit' Turner authored
      7854d3fc
    • David 'Digit' Turner's avatar
      Fix build-stlport.sh · f9d76ef5
      David 'Digit' Turner authored
      Remove the compiler warning about the size and type of __dso_handle which
      couldn't be found. Turns out we didn't define CRTBEGIN_SO_O and CRTEND_SO_O
      properly.
      
      Fix the --package-dir option processing. The script was not using proper
      paths when calling pack_archive/tar, which resulted in the file placed
      at the wrong location inside the final archive.
      
      + Make build commands visible with --verbose --verbose
      + Remove double declaration of -j<number> option
      
      Change-Id: I179bd101e047ae71b13c0dfc081d063342b60b49
      f9d76ef5
    • David 'Digit' Turner's avatar
      Merge "Fix multi-abi build." · 2e6790f8
      David 'Digit' Turner authored
      2e6790f8
    • David Turner's avatar
      fff5982a
    • Mark D Horn's avatar
      Minor fix to development NDK rebuild script · eb459403
      Mark D Horn authored
      
      Do not remove the cached toolchain download sources.
      Bump the engineering release name from r5x to r6x
      
      Change-Id: I591f1b70795990abdab7c602e7dcd0274ab7f846
      Signed-off-by: default avatarMark D Horn <mark.d.horn@intel.com>
      eb459403
    • 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
  2. 12 Jul, 2011 4 commits
  3. 06 Jul, 2011 3 commits
  4. 05 Jul, 2011 4 commits
  5. 03 Jul, 2011 1 commit
  6. 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
  7. 29 Jun, 2011 1 commit
  8. 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
  9. 27 Jun, 2011 7 commits
  10. 24 Jun, 2011 1 commit
  11. 21 Jun, 2011 6 commits
  12. 20 Jun, 2011 2 commits