OSDN Git Service

configure: Don't pass MSVC compiler options -M[TD] to armasm
authorMartin Storsjö <martin@martin.st>
Sun, 10 Aug 2014 11:40:09 +0000 (14:40 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 10 Aug 2014 18:29:06 +0000 (21:29 +0300)
commit08b94f160a2c966bb83e32bde0e52246fafa2155
treefa874056014cf952154183e8460a7bfada450183
parentcc1d8c54c19dd14fb851e3e7a7793d6b3bd75e94
configure: Don't pass MSVC compiler options -M[TD] to armasm

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: Martin Storsjö <martin@martin.st>
configure