From 378be05b39e0bbdaa00c96c4738cb13596ef1f2f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 27 May 2017 22:16:50 +0000 Subject: Mark some ports failing on armv6, for errors classified as "linker_error". While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- lang/nim/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lang/nim') diff --git a/lang/nim/Makefile b/lang/nim/Makefile index 8b03ed939ea1..ce14e01b623c 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -11,10 +11,11 @@ COMMENT= Nim programming language LICENSE= MIT -BROKEN_aarch64= Does not compile: crt1.c: undefined reference to main -BROKEN_mips64= Does not build: build.sh: clang: not found -BROKEN_powerpc64= Does not build: build.sh: clang: not found -BROKEN_sparc64= Does not build: build.sh: clang: not found +BROKEN_aarch64= fails to compile: crt1.c: undefined reference to main +BROKEN_armv6= fails to compile: crt1.c: undefined reference to main +BROKEN_mips64= fails to build: build.sh: clang: not found +BROKEN_powerpc64= fails to build: build.sh: clang: not found +BROKEN_sparc64= fails to build: build.sh: clang: not found TOOLS_DESC= Build and install nimgrep and nimsuggest -- cgit v1.2.3