1. 15 Aug, 2014 3 commits
  2. 14 Aug, 2014 7 commits
  3. 13 Aug, 2014 21 commits
  4. 12 Aug, 2014 8 commits
  5. 10 Aug, 2014 1 commit
    • Martin Storsjö's avatar
      configure: Don't pass MSVC compiler options -M[TD] to armasm · 08b94f16
      Martin Storsjö authored
      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: 's avatarMartin Storsjö <martin@martin.st>
      08b94f16