From 558d53fec94dd5bbd1148ddc0c59d843fe4b4293 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 29 Nov 2020 14:12:28 +0000 Subject: These ports now build on aarch64. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com TRYBROKEN run --- lang/ecl/Makefile | 1 - lang/intercal/Makefile | 2 -- 2 files changed, 3 deletions(-) (limited to 'lang') diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 47868e8b38f3..6edf8446f862 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -12,7 +12,6 @@ COMMENT= ANSI Common Lisp implementation LICENSE= LGPL20 -BROKEN_aarch64= fails to compile: error: unknown type name AO_TS_t BROKEN_mips= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index f8cca60280b1..5deda7c6f5af 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -12,8 +12,6 @@ COMMENT= C-INTERCAL compiler, ick, and supporting libraries LICENSE= GPLv2 -BROKEN_aarch64= ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes - USES= gmake GNU_CONFIGURE= yes CFLAGS+= -D_POSIX_SOURCE -- cgit