lang/ghc{810,92}: Set correct BOOT_LLVM_VERSION.

This commit is contained in:
Gleb Popov 2023-05-27 13:18:09 +03:00
parent 450c17d137
commit dd6e3e351c
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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