configure: extend armv7 hf target autodetect

Change-Id: I51d42a50288fc5224eb3ed7f895c916ae53239c8
This commit is contained in:
James Zern 2016-01-13 23:16:10 -08:00
parent 5aab99f24b
commit b524cca58a

View File

@ -647,7 +647,7 @@ process_common_toolchain() {
armv6*)
tgt_isa=armv6
;;
armv7*-hardfloat*)
armv7*-hardfloat* | armv7*-gnueabihf | arm-*-gnueabihf)
tgt_isa=armv7
float_abi=hard
;;