OSDN Git Service

Filter out '-std=gnu99' when running the assembler. This causes an error
author"Steven J. Hill" <sjhill@realitydiluted.com>
Sat, 26 Jan 2008 23:13:37 +0000 (23:13 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Sat, 26 Jan 2008 23:13:37 +0000 (23:13 -0000)
commit592900dfa43c690c8b21591c08c40e9c8bb04e67
tree018ce0fc249045653cb9931bdde28cead013cc66
parenta7c7c36d442dd19f47820853e7b684084e72aa33
Filter out '-std=gnu99' when running the assembler. This causes an error
when building MIPS that looks like this:

libc/string/mips/memcpy.S:156:1: pasting "memcpy" and ":" does not give
a valid preprocessing token
make[1]: *** [libc/string/mips/memcpy.os] Error 1

Even if this does not cause an error on other architectures, this option
should not be having an effect on preprocessed assembly code.
Makerules