configure.ac: Delay checking the assembler until we know the target CPU.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 21:08:11 +0000 (22:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 21:14:20 +0000 (22:14 +0100)
commit401722dcd398760d2effc38a592ceab2bc4fc06e
treee3d9adea63959fba6105c6641ebbbfe49eba62bd
parent58a125f05ea827273d1804e0fb94935a00c7f15b
configure.ac: Delay checking the assembler until we know the target CPU.

It turns out that assemblers are deficient in target-specific ways, so
we have to figure out what the target is like before we can probe for
the brokenness.  Reorder things so that this is possible.  No functional
change.
configure.ac