aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-25 14:12:45 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-25 14:12:45 +0000
commita0bf3b4105ddcb01aa2e5b90ef52c239fe158f32 (patch)
tree0f1d70263ecceb27c58994b82e80d5ec9d7e18ec
parent1e2e95f6d6bc5a63c899f0f6e4db8966c1cd3acb (diff)
downloadports-a0bf3b4105ddcb01aa2e5b90ef52c239fe158f32.tar.gz
ports-a0bf3b4105ddcb01aa2e5b90ef52c239fe158f32.zip
lang/ocaml: switch to clang + bfd on powerpc64
-rw-r--r--lang/ocaml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 2de010864af4..d4019d14ca4f 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -102,7 +102,7 @@ PLIST_SUB+= PROF=""
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-asmcomp_power_arch.ml
-USE_GCC= yes
+LLD_UNSAFE= yes
.endif
.if ${ARCH} == powerpc64le