From 1ae2a9b20daf44c907b247df78f466fa1931e119 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 28 Jul 2024 15:58:34 +0200 Subject: [PATCH] idev-libs/libgcrypt-1.11.0: remove obsolete Solaris fix Signed-off-by: Fabian Groffen --- 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 3afe6a467f909..3eb2898506423 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