Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2021 19:38:22 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: 7be8b69ce034 - main - cad/opentimer: Broken on i386
Message-ID:  <202109181938.18IJcMMS010860@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=7be8b69ce034277c038e7390748307ab9baed3b6

commit 7be8b69ce034277c038e7390748307ab9baed3b6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-18 19:10:48 +0000
Commit:     Yuri Victorovich <yuri@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
 



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