1. 30 Jul, 2013 3 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. 25 Jul, 2013 5 commits
  4. 22 Jul, 2013 10 commits
  5. 19 Jul, 2013 1 commit
  6. 18 Jul, 2013 5 commits
  7. 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
  8. 16 Jul, 2013 6 commits
  9. 15 Jul, 2013 6 commits
  10. 12 Jul, 2013 1 commit