1. 31 Jul, 2013 10 commits
  2. 30 Jul, 2013 13 commits
  3. 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
  4. 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
  5. 25 Jul, 2013 5 commits
  6. 22 Jul, 2013 9 commits