diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ecl/Makefile | 1 | ||||
-rw-r--r-- | lang/intercal/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
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 |