summaryrefslogtreecommitdiff
path: root/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc')
-rw-r--r--profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc b/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc
deleted file mode 100644
index d08b2104b5c0..000000000000
--- a/profiles/default/linux/ppc64le/17.0/ieee-long-double/profile.bashrc
+++ /dev/null
@@ -1,11 +0,0 @@
-if [[ "${EBUILD_PHASE}" == "setup" ]] ; then
- if [[ ${CATEGORY}/${PN} != sys-devel/gcc ]]; then
- if [[ $(${CC:-cc} -E -dM - < /dev/null | grep -o '__LDBL_MANT_DIG__ .*') != "__LDBL_MANT_DIG__ 113" ]]; then
- eerror
- eerror "${CC:-cc} should provide ieee-long-double on this profile by default"
- eerror "reinstall sys-devel/gcc with USE=ieee-long-double and try again."
- eerror
- die "install >=sys-devel/gcc-12[ieee-long-double] OR >=sys-devel/clang-15.0.5[ieee-long-double]"
- fi
- fi
-fi