git: 7be8b69ce034 - main - cad/opentimer: Broken on i386

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 18 19:38:23 UTC 2021


The branch main has been updated by yuri:

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

commit 7be8b69ce034277c038e7390748307ab9baed3b6
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-18 19:10:48 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-18 19:37:10 +0000

    cad/opentimer: Broken on i386
    
    Reported by:    fallout
---
 cad/opentimer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/opentimer/Makefile b/cad/opentimer/Makefile
index c18a4399f4b0..55a905747277 100644
--- a/cad/opentimer/Makefile
+++ b/cad/opentimer/Makefile
@@ -8,6 +8,8 @@ COMMENT=	High-performance timing analysis tool for VLSI systems
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	undefined reference to `__atomic_compare_exchange_8'
+
 USES=		cmake compiler:c++17-lang python:test shebangfix tcl
 USE_GCC=	yes # fails to build with clang-11: https://github.com/OpenTimer/OpenTimer/issues/48
 


More information about the dev-commits-ports-all mailing list