aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-05-27 10:18:09 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-05-27 10:18:52 +0000
commitdd6e3e351cded216e209fde7524c9695777e9570 (patch)
tree851555510a19c94569bbc9300c1c3f5d437e3aba
parent450c17d137dcb5e0a45bbf4a9ede339a28c0fcef (diff)
downloadports-dd6e3e351cded216e209fde7524c9695777e9570.tar.gz
ports-dd6e3e351cded216e209fde7524c9695777e9570.zip
lang/ghc{810,92}: Set correct BOOT_LLVM_VERSION.
-rw-r--r--lang/ghc810/Makefile1
-rw-r--r--lang/ghc92/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/ghc810/Makefile b/lang/ghc810/Makefile
index c24bcbe130a2..76e8b65cea02 100644
--- a/lang/ghc810/Makefile
+++ b/lang/ghc810/Makefile
@@ -21,6 +21,7 @@ BASE_PACKAGES= Cabal-3.2.1.0 array-0.5.4.0 base-4.14.3.0 binary-0.8.8.0 \
terminfo-0.4.1.4 text-1.2.4.1 time-1.9.3 \
transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1
BOOT_GHC_VERSION= 8.10.7
+BOOT_LLVM_VERSION= 10
EXTRA_PATCHES= ${MASTERDIR}/files/extra-utils_llvm-targets_gen-data-layout.sh
diff --git a/lang/ghc92/Makefile b/lang/ghc92/Makefile
index b4c7da6c51e0..d74ae1c2377f 100644
--- a/lang/ghc92/Makefile
+++ b/lang/ghc92/Makefile
@@ -18,6 +18,7 @@ BASE_PACKAGES= Cabal-3.6.3.0 array-0.5.4.0 base-4.16.4.0 binary-0.8.9.0 \
terminfo-0.4.1.5 text-1.2.5.0 time-1.11.1.1 \
transformers-0.5.6.2 unix-2.7.2.2 xhtml-3000.2.2.1
BOOT_GHC_VERSION= 8.10.7
+BOOT_LLVM_VERSION= 10
MASTERDIR= ${.CURDIR}/../ghc
PATCHDIR= ${.CURDIR}/files