svn commit: r558882 - head/lang/siod
Mark Linimon
linimon at FreeBSD.org
Tue Dec 22 03:00:57 UTC 2020
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
More information about the svn-ports-all
mailing list