1. 03 9月, 2014 1 次提交
  2. 23 8月, 2014 1 次提交
    • R
      configure: add --enable-rpath · 749b1f13
      Reinhard Tartler 提交于
      This option facilitates testing shared libarary builds: for instance
      fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will
      get the right search paths hardcoded into their executable file.
      
      This option is only meant to be used for testing purposes: The installed
      libraries must not move around in the file system, and doing so will
      cause a lot of subtle problems. For more information why using RPATH is
      dangerous, please refer to
      
      https://blog.flameeyes.eu/2010/06/the-why-and-how-of-rpath
      749b1f13
  3. 22 8月, 2014 1 次提交
  4. 21 8月, 2014 1 次提交
  5. 13 8月, 2014 1 次提交
  6. 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
  7. 10 8月, 2014 3 次提交
  8. 08 8月, 2014 2 次提交
  9. 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
  10. 05 8月, 2014 3 次提交
  11. 04 8月, 2014 1 次提交
  12. 31 7月, 2014 1 次提交
  13. 29 7月, 2014 1 次提交
  14. 23 7月, 2014 2 次提交
  15. 22 7月, 2014 3 次提交
  16. 21 7月, 2014 1 次提交
  17. 18 7月, 2014 1 次提交
  18. 17 7月, 2014 1 次提交
  19. 09 7月, 2014 2 次提交
  20. 08 7月, 2014 1 次提交
  21. 30 6月, 2014 2 次提交
  22. 23 6月, 2014 3 次提交
  23. 22 6月, 2014 4 次提交
  24. 19 6月, 2014 2 次提交