eclass/toolchain-funcs: Sync with Gentoo

It's from Gentoo commit 2233039b76561d014626c535123b8392177638bf.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Flatcar Buildbot 2025-07-21 07:15:28 +00:00 committed by Mathieu Tortuyaux
parent 94f7244f0d
commit a7ec8f00cb
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -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)