configure.ac: Check for some brain damage from Clang's assembler.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 21:09:59 +0000 (22:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 21:14:20 +0000 (22:14 +0100)
commit8ed49b833de82dd5f8cf4c010a37cf8d2dc0e4ea
treeb8d00a90d860b6cd2ac6636d77b04f992d7cd7cd
parent401722dcd398760d2effc38a592ceab2bc4fc06e
configure.ac: Check for some brain damage from Clang's assembler.

It doesn't understand `.arch' or the `adcd' instruction.  I'm damned if
I'm writing `dword ptr' everywhere, so Clang users will have to figure
out some way to use Gas if they want the assembler code.
configure.ac