Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: eclass/
Date: Sun, 07 Feb 2021 19:23:07
Message-Id: 1612725733.6cc6d48909ec277399f170bf5bcbe56fe337f1ad.grobian@gentoo
1 commit: 6cc6d48909ec277399f170bf5bcbe56fe337f1ad
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 19:22:13 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 19:22:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6cc6d489
7
8 toolchain-funcs.eclass: forcefully disable softfloat for arm64-macos
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 eclass/toolchain-funcs.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
16 index c2ac4a5d15..d591c9574e 100644
17 --- a/eclass/toolchain-funcs.eclass
18 +++ b/eclass/toolchain-funcs.eclass
19 @@ -229,7 +229,7 @@ tc-detect-is-softfloat() {
20
21 case ${CTARGET:-${CHOST}} in
22 # Avoid autodetection for bare-metal targets. bug #666896
23 - *-newlib|*-elf|*-eabi)
24 + *-newlib|*-elf|*-eabi|arm64-apple-darwin*)
25 return 1 ;;
26
27 # arm-unknown-linux-gnueabi is ambiguous. We used to treat it as