diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass index 1f3f958bad..fa2820035c 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain-funcs.eclass @@ -292,7 +292,7 @@ tc-tuple-is-softfloat() { echo "yes" ;; *-softfp-*) echo "softfp" ;; - arm*-hardfloat-*|arm*eabihf) + arm*-hardfloat-*|arm*eabihf*) echo "no" ;; # bare-metal targets have their defaults. bug #666896 *-newlib|*-elf|*-eabi)