Skip to content

Commit

Permalink
lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 19, 2022
1 parent 97108f5 commit 3d1ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ocaml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ USE_GCC= yes
.endif

.if ${ARCH} == powerpc64le
USE_GCC= yes
LLD_UNSAFE= yes
.endif

post-extract:
Expand Down

0 comments on commit 3d1ba1a

Please sign in to comment.