1. 13 8月, 2014 1 次提交
  2. 11 8月, 2014 1 次提交
    • M
      configure: Don't pass MSVC compiler options -M[TD] to armasm · 08b94f16
      Martin Storsjö 提交于
      The -MD option (for enabling a dynamically linked crt) gets interpreted
      as a cpp option for generating dependency information (into a file named
      '-.d', when preprocessing to a pipe). We shouldn't be passing
      any and all C compiler flags to armasm (which is a plain assembler,
      only with cpp bolted on via gas-preprocessor), but these are the
      main conflicting ones.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      08b94f16
  3. 10 8月, 2014 3 次提交
  4. 08 8月, 2014 2 次提交
  5. 07 8月, 2014 1 次提交
    • M
      configure: Include the armcc build number in the compiler identification · ed6d9ce9
      Martin Storsjö 提交于
      This tries to find the most expressive part of the output of
      armcc --vsn to include, giving a compiler identification of
      "ARM Compiler 5.04 update 2 (build 82)" instead of just
      "ARM Compiler 5.04" for armcc 5.0.
      
      4.x versions of armcc output the following, for "armcc --vsn":
      ARM C/C++ Compiler, RVCT4.0 [Build 925]
      For evaluation purposes only
      Software supplied by: ARM Limited
      
      ARM C/C++ Compiler, 4.1 [Build 894]
      For evaluation purposes only
      Software supplied by: ARM Limited
      
      5.0 versions output this:
      Product: ARM Compiler 5.04
      Component: ARM Compiler 5.04 update 2 (build 82)
      Tool: armcc [5040081]
      For evaluation purposes only
      Software supplied by: ARM Limited
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      ed6d9ce9
  6. 05 8月, 2014 3 次提交
  7. 04 8月, 2014 1 次提交
  8. 31 7月, 2014 1 次提交
  9. 29 7月, 2014 1 次提交
  10. 23 7月, 2014 2 次提交
  11. 22 7月, 2014 3 次提交
  12. 21 7月, 2014 1 次提交
  13. 18 7月, 2014 1 次提交
  14. 17 7月, 2014 1 次提交
  15. 09 7月, 2014 2 次提交
  16. 08 7月, 2014 1 次提交
  17. 30 6月, 2014 2 次提交
  18. 23 6月, 2014 3 次提交
  19. 22 6月, 2014 4 次提交
  20. 19 6月, 2014 2 次提交
  21. 18 6月, 2014 1 次提交
    • A
      Remove avserver. · 894682a9
      Anton Khirnov 提交于
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  22. 16 6月, 2014 1 次提交
  23. 13 6月, 2014 1 次提交
  24. 12 6月, 2014 1 次提交