Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2020 03:00:57 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558882 - head/lang/siod
Message-ID:  <202012220300.0BM30vAZ064047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec 22 03:00:57 2020
New Revision: 558882
URL: https://svnweb.freebsd.org/changeset/ports/558882

Log:
  Mark as BROKEN on riscv64 similar to on aarch64.

Modified:
  head/lang/siod/Makefile

Modified: head/lang/siod/Makefile
==============================================================================
--- head/lang/siod/Makefile	Tue Dec 22 02:51:36 2020	(r558881)
+++ head/lang/siod/Makefile	Tue Dec 22 03:00:57 2020	(r558882)
@@ -15,6 +15,7 @@ BROKEN_aarch64=		fails to link: ld: error: unable to f
 BROKEN_armv6=		fails to link: final link failed: Nonrepresentable section on output
 BROKEN_armv7=		fails to link: ld: siod: hidden symbol `__aeabi_uidivmod' in /usr/lib/libgcc.a(aeabi_uidivmod.o) is referenced by DSO
 BROKEN_mips64=		fails to link: final link failed: Nonrepresentable section on output
+BROKEN_riscv64=		fails to link: ld: error: unable to find library -lm
 
 USE_LDCONFIG=	yes
 LLD_UNSAFE=	yes



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