From c1e54e57ce91eadae9853f04fe3862a7ac0a7e29 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 19 Sep 2016 13:12:33 +0000 Subject: Mark as broken on various tier-2 archs. --- lang/gauche/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lang') diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 53319a197e90..77c3cb26a9f8 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -14,6 +14,11 @@ COMMENT= Scheme script interpreter with multibyte character handling LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6: Fails to build: unknown attribute __alloc_size__; also fails in assembler +BROKEN_mips: Fails to build: redefinition of GC_register_dynamic_libraries +BROKEN_mips64: Fails to build: redefinition of GC_register_dynamic_libraries +BROKEN_sparc64: Fails to build: do not know how to make sparc_mach_dep.lo + USES= iconv makeinfo tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tls=none \ -- cgit