diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-17 15:19:10 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-19 12:09:13 +0000 |
commit | 3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802 (patch) | |
tree | 9166e5b2decb760c91f8e5c8b6ff6c7f199ac39b | |
parent | 97108f5a3fca1ae8de3556eebae86de77622b7e2 (diff) | |
download | ports-3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802.tar.gz ports-3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802.zip |
lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 15f40a121325..618228828938 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -116,7 +116,7 @@ USE_GCC= yes .endif .if ${ARCH} == powerpc64le -USE_GCC= yes +LLD_UNSAFE= yes .endif post-extract: |