From a7ec8f00cba631cc8f30640d17b020ddd181d5c7 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 21 Jul 2025 07:15:28 +0000 Subject: [PATCH] eclass/toolchain-funcs: Sync with Gentoo It's from Gentoo commit 2233039b76561d014626c535123b8392177638bf. Signed-off-by: Mathieu Tortuyaux --- .../third_party/portage-stable/eclass/toolchain-funcs.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)