Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 20:54:51 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: b189863771f7 - main - misc/astc-encoder: Broken on riscv64
Message-ID:  <202207212054.26LKspvb091002@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=b189863771f7655273ff6806adafa34aae939a59

commit b189863771f7655273ff6806adafa34aae939a59
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:54:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:54:49 +0000

    misc/astc-encoder: Broken on riscv64
    
    Reported by:    fallout
---
 misc/astc-encoder/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/astc-encoder/Makefile b/misc/astc-encoder/Makefile
index cfbf85826875..9055be16bbe6 100644
--- a/misc/astc-encoder/Makefile
+++ b/misc/astc-encoder/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Texture compressor for Adaptive Scalable Texture Compression format
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_riscv64=	ld: error: lto.tmp: cannot link object files with different floating-point ABI
+
 USES=		cmake:testing compiler:c++14-lang python:test
 
 USE_GITHUB=	yes



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