Select VFP if triplet is arm-linux-gnueabihf
commitc41caac02d53373b296ccb179b730ada62137cc0
authorThomas Preud'homme <robotux@celest.fr>
Thu, 15 Mar 2018 23:02:56 +0000 (15 23:02 +0000)
committerThomas Preud'homme <robotux@celest.fr>
Thu, 15 Mar 2018 23:05:25 +0000 (15 23:05 +0000)
treef253754859b58f59de76455df177849cbc89d54e
parente76058c478f37f22998fc59044f8cbbf59a66584
Select VFP if triplet is arm-linux-gnueabihf

A target triplet of arm-linux-gnueabihf indicates that the compiler
should use the VFP variant of the calling convention which as its name
implies requires VFP. This commit enables VFP when triplet is
arm-linux-gnueabihf.
configure