Skip to content

Commit

Permalink
lang/ghc: Use correct LLVM toolchain for the bootstrap compiler.
Browse files Browse the repository at this point in the history
PR:		264192
Reported by:	Mark Millard <marklmi26-fbsd@yahoo.com>
  • Loading branch information
arrowd committed Aug 26, 2022
1 parent 0a2156e commit 3ef9df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ghc/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 3ef9df6

Please sign in to comment.