git: 2faa8d42a1ed - main - lang/ghc: Mark IGNOREd on i386 and aarch64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 May 2023 16:40:02 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=2faa8d42a1edb87e2ccfe462171a1e58c879f00b commit 2faa8d42a1edb87e2ccfe462171a1e58c879f00b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-28 16:39:22 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-28 16:39:56 +0000 lang/ghc: Mark IGNOREd on i386 and aarch64. --- lang/ghc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 9fdde90a0519..7d6a39874d9e 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -112,6 +112,8 @@ USE_HADRIAN= yes .if ${GHC_VERSION:C/\..*//g} >= 9 && ${GHC_VERSION:C/[^\.]*\.//:C/\..*//g} >= 4 BOOT_SCRIPT= ./boot.source +IGNORE_i386= requires Hadrian build which doesn't work on i386 +IGNORE_aarch64= requires Hadrian build which doesn't work on aarch64 .else BOOT_SCRIPT= ./boot .endif