Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2022 23:35:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e4024e4628e3 - main - math/lrslib: Broken on armv6
Message-ID:  <202207122335.26CNZFLF054022@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e4024e4628e34882c5048d98246c71fe4f1edb86

commit e4024e4628e34882c5048d98246c71fe4f1edb86
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-12 23:34:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-12 23:35:12 +0000

    math/lrslib: Broken on armv6
    
    Reported by:    fallout
---
 math/lrslib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/lrslib/Makefile b/math/lrslib/Makefile
index f3edd962d4dd..5a191f54dfac 100644
--- a/math/lrslib/Makefile
+++ b/math/lrslib/Makefile
@@ -11,6 +11,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	error: __int128 is not supported on this target
 BROKEN_powerpc=	error: __int128 is not supported on this target
+BROKEN_armv6=	error: __int128 is not supported on this target
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207122335.26CNZFLF054022>