make configure check for unsupported (SPE) powerpc hard-float models
authorRich Felker <dalias@aerifal.cx>
Sun, 6 Mar 2016 22:11:29 +0000 (17:11 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 6 Mar 2016 22:11:29 +0000 (17:11 -0500)
commit636a4799dd5bf11a1fcd209906c088ed948b821c
treee4707e39cd7343b136e255acba538e5e06e405b1
parent5a92dd95c77cee81755f1a441ae0b71e3ae2bcdb
make configure check for unsupported (SPE) powerpc hard-float models

the SPE ABI may be compatible with soft-float, but actually making it
work requires some additional work, so for now it's best to make sure
broken builds don't happen.
configure