when building for arm as thumb2 code, also request assembly as thumb
authorRich Felker <dalias@aerifal.cx>
Tue, 20 Dec 2016 02:53:33 +0000 (21:53 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 20 Dec 2016 02:53:33 +0000 (21:53 -0500)
commit088c9674a9c81cf20e9a863df571ba6d48e9ae37
tree5b763aa29185f705295b524b5bcebc0d5f612f3b
parent29237f7f5c09c436825a7a12b68ab4143b0ebd1f
when building for arm as thumb2 code, also request assembly as thumb

all assembly is now thumb2-compatible. on existing targets this is at
best a size optimization, but it will also facilitate porting to
thumb2-isa-only arm variants.
configure