aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-01 21:10:04 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-01 21:10:04 +0000
commit5b675ec5dc866e2a14dce3954a9c97007815788a (patch)
tree2cef476fc2473c31ad0d33e78d339e4ad0f251ea
parenta0863c6e845da1b0d97c2211b6f96d0034bdc8a8 (diff)
downloadports-5b675ec5dc866e2a14dce3954a9c97007815788a.tar.gz
ports-5b675ec5dc866e2a14dce3954a9c97007815788a.zip
MFH: r566910
lang/ocaml: fix build on armv6 Same issue as on armv7.
Notes
Notes: svn path=/branches/2021Q1/; revision=566911
-rw-r--r--lang/ocaml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index c2328c69c240..1731e7aed9ac 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -36,6 +36,7 @@ ALL_TARGET= world.opt
STRIP=
SSP_UNSAFE= yes
MAKE_JOBS_UNSAFE= yes
+LDFLAGS_armv6= -Wl,-znotext
LDFLAGS_armv7= -Wl,-znotext
LDFLAGS_i386= -Wl,-znotext