1. 30 Jul, 2013 4 commits
  2. 28 Jul, 2013 2 commits
    • Ray Donnelly's avatar
      Minor tidy-ups for ndk-gdb.py · 43aba778
      Ray Donnelly authored
      Made the description format use RawTextHelpFormatter
      to prevent line breaks in the filename on Windows.
      
      Also replaced \ with / in NDK so it looks more tidy.
      43aba778
    • Ray Donnelly's avatar
      Tidy up Windows batch files to also fix ndk-gdb-py.cmd · 8cf35c48
      Ray Donnelly authored
      Move the determination of NDK_ROOT and NDK_WIN_HOST for ndk-build.cmd
      and ndk-gdb-py,cmd into a common batch file - find-ndk-root-win-host.cmd
      
      This also fixes a bug in ndk-gdb-py.cmd on 64bit Windows where it
      was hard-coded to assume 32bit Windows.
      8cf35c48
  3. 26 Jul, 2013 1 commit
    • David 'Digit' Turner's avatar
      build-gcc.sh: Linkify binaries to reduce install size. · 8a3ed837
      David 'Digit' Turner authored
      This is really useful to reduce the size of .zip archives
      (about 7 MB / toolchain saved in the final .zip).
      
      For Linux / Darwin, tar automatically detects the hard links
      used by the toolchain install script and already copies a single
      copy of each file in the archive (and will recreate the hard links
      at install time), so this is less useful, but shouldn't hurt.
      
      + Remove the "simulator" binary from each toolchain bin/
        directory (e.g. arm-linux-androideabi-run) since it's not
        needed (and probably doesn't work anyway).
      
      Change-Id: I9fd4309c6b7bd3c2cac7737c545b6e597d08ca8a
      8a3ed837
  4. 25 Jul, 2013 5 commits
  5. 22 Jul, 2013 10 commits
  6. 19 Jul, 2013 1 commit
  7. 18 Jul, 2013 5 commits
  8. 17 Jul, 2013 1 commit
    • Andrew Hsieh's avatar
      Fix test-cupfeatures · 34fc96f6
      Andrew Hsieh authored
      -march=armv7-a set earlier in TARGET_CFLAGS isn't compatible with
      -mcpu=cortex-a15.  When both exists, GCC 4.7/4.8 uses -march=armv7-a
      for codegen (including putting ".arch armv7-a" in the *.s file) and
      -mcpu=cortex-a15 for tuning.  Unfortunately, assembler in
      binutils-2.22/2.23 (with GCC 4.7/4.8) fails to compile "sdiv"
      with ".arch armv7-a" in the *.s file.
      
      GCC 4.6 compiles fine because the older assembler doesn't check
      
      Change-Id: I47eac88b4d2a4d8e8aa8d7fd210d6f2e869d2c9a
      34fc96f6
  9. 16 Jul, 2013 6 commits
  10. 15 Jul, 2013 5 commits