diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-09-30 09:17:21 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-09-30 09:17:21 +0200 |
commit | 4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c (patch) | |
tree | 76e1b82e01fe4879a684cc9b0b733eea9415d5f2 | |
parent | eclass/toolchain: ensure fix-includes are used on Prefix guest platforms (diff) | |
download | prefix-4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c.tar.gz prefix-4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c.tar.bz2 prefix-4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c.zip |
sys-devel/gcc-14.2.0: remove FLT16 fix, properly resolved via fix-includes
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | sys-devel/gcc/gcc-14.2.0.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-devel/gcc/gcc-14.2.0.ebuild b/sys-devel/gcc/gcc-14.2.0.ebuild index aed471b324..927cfe0c05 100644 --- a/sys-devel/gcc/gcc-14.2.0.ebuild +++ b/sys-devel/gcc/gcc-14.2.0.ebuild @@ -134,15 +134,6 @@ src_configure() { ;; esac - case "${CTARGET}" in - arm64-apple-darwin*) - # math.h from SDKs don't have FLOAT16 support, so we need to - # wait until fix-included headers are there with using it - # this flag forces GCC not to use FLT16 via __FLT_EVAL_METHOD__ - myconf+=( 'CFLAGS_FOR_TARGET="-fpermitted-flt-eval-methods=c11"' ) - ;; - esac - # Since GCC 4.1.2 some non-posix (?) /bin/sh compatible code is used, at # least on Solaris, and AIX /bin/sh is way too slow, # so force it to use $BASH (that portage uses) - it can't be EPREFIX |