commit:     6cc6d48909ec277399f170bf5bcbe56fe337f1ad
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 19:22:13 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 19:22:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6cc6d489

toolchain-funcs.eclass: forcefully disable softfloat for arm64-macos

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 eclass/toolchain-funcs.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index c2ac4a5d15..d591c9574e 100644
--- a/eclass/toolchain-funcs.eclass
+++ b/eclass/toolchain-funcs.eclass
@@ -229,7 +229,7 @@ tc-detect-is-softfloat() {
 
        case ${CTARGET:-${CHOST}} in
                # Avoid autodetection for bare-metal targets. bug #666896
-               *-newlib|*-elf|*-eabi)
+               *-newlib|*-elf|*-eabi|arm64-apple-darwin*)
                        return 1 ;;
 
                # arm-unknown-linux-gnueabi is ambiguous. We used to treat it as

Reply via email to