Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2022 12:09:24 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d1ba1a1296f - main - lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le
Message-ID:  <202204191209.23JC9OrY076387@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802

commit 3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-17 15:19:10 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:13 +0000

    lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le
---
 lang/ocaml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204191209.23JC9OrY076387>