diff options
author | James Zern <jzern@google.com> | 2016-01-13 23:16:10 -0800 |
---|---|---|
committer | James Zern <jzern@google.com> | 2016-01-13 23:16:10 -0800 |
commit | b524cca58a9dc5e2d53e26c25ab35a6dde48dd5a (patch) | |
tree | 51aecc2bc00eb3f5ea8cfa4beb88c123bd1f7683 /build | |
parent | 5aab99f24b7763d72889ad93237cc6875bc44c49 (diff) | |
download | libvpx-b524cca58a9dc5e2d53e26c25ab35a6dde48dd5a.tar.gz |
configure: extend armv7 hf target autodetect
Change-Id: I51d42a50288fc5224eb3ed7f895c916ae53239c8
Diffstat (limited to 'build')
-rw-r--r-- | build/make/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh index 38a15c5ee..d888268dc 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -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 ;; |