Skip to content
Snippets Groups Projects
Commit 3ef9df6f authored by Gleb Popov's avatar Gleb Popov
Browse files

lang/ghc: Use correct LLVM toolchain for the bootstrap compiler.

PR:		264192
Reported by:	Mark Millard <marklmi26-fbsd@yahoo.com>
parent 0a2156ec
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ GMP_DESC= Use GNU Multi-precision Library from Ports
PROFILE_DESC= Add support for performance profiling
BOOT_CONFIGURE_ENV= GHC=${LOCALBASE}/bin/ghc
BOOT_CONFIGURE_ENV_OFF= GHC=${BOOT_GHC}
BOOT_CONFIGURE_ENV_OFF= GHC=${BOOT_GHC} LLC=llc${BOOT_LLVM_VERSION} OPT=opt${BOOT_LLVM_VERSION}
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
DOCS_VARS= enable_docs=YES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment