diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-05-28 19:39:22 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-05-28 19:39:56 +0300 |
commit | 2faa8d42a1edb87e2ccfe462171a1e58c879f00b (patch) | |
tree | cf583df8b4c3b063acf325b159074b65cb26f3b5 /lang/ghc | |
parent | lang/ghc: Pick correct Hadrian plan from the slave ports. (diff) |
lang/ghc: Mark IGNOREd on i386 and aarch64.
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |