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

lang/ghc: Disable Hadrian build on aarch64 too.

It builds successfully but for some reason only builds the vanilla way.

Reported by:	pkg-fallout
parent 1ece97c6
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ BUILD_MK= DYNAMIC_GHC_PROGRAMS=${ENABLE_DYNAMIC} \
.include <bsd.port.pre.mk>
.if ${GHC_VERSION:C/\..*//g} >= 9 && ${ARCH} != i386
.if ${GHC_VERSION:C/\..*//g} >= 9 && ${ARCH} != i386 && ${ARCH} != aarch64
# hadrian build on i386 fails due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269570
# relocation R_386_TLS_LE cannot be used with -shared
USE_HADRIAN= 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