commit: 1ae2a9b20daf44c907b247df78f466fa1931e119
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 13:58:34 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 13:58:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae2a9b2
idev-libs/libgcrypt-1.11.0: remove obsolete Solaris fix
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
b/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
index 3afe6a467f90..3eb289850642 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.11.0.ebuild
@@ -94,13 +94,6 @@ src_configure() {
}
multilib_src_configure() {
- if [[ ${CHOST} == *86*-solaris* ]] ; then
- # ASM code uses GNU ELF syntax, divide in particular, we need to
- # allow this via ASFLAGS, since we don't have a flag-o-matic
- # function for that, we'll have to abuse cflags for this
- append-cflags -Wa,--divide
- fi
-
if [[ ${CHOST} == powerpc* ]] ; then
# ./configure does a lot of automagic, prevent that
# generic ppc32+ppc64 altivec