add arch tuple matching for nt32 and nt64 in configure
authorRich Felker <dalias@aerifal.cx>
Fri, 19 Feb 2016 05:10:23 +0000 (00:10 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 19 Feb 2016 05:10:23 +0000 (00:10 -0500)
commit4c101e158a59eafb8adbfeabab13a8747e4a97cb
treed2881f4c33723aef74958f2931781b87d9b07d08
parent71c334f951d9ffa4d8bdc71bdd49628e5ae4512b
add arch tuple matching for nt32 and nt64 in configure

the nt32 and nt64 archs will be provided by the midipix project for
building musl on top of its posix-like syscall layer for windows. at
present the needed arch files are in a separate repository, but having
the tuple matching in the upstream configure script should make it
possible to overlay the arch files without needing any further
patching.
configure