aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-01 21:09:20 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-01 21:09:20 +0000
commit366455a71798fdf08362b9613bc781ecd921728d (patch)
tree436a2b5578a2f33b1e5f1b1fbf91afdbd1ff447e /lang/ocaml
parent5dee2b590b3eb88a562d23ad93513f7f46d036d3 (diff)
downloadports-366455a71798fdf08362b9613bc781ecd921728d.tar.gz
ports-366455a71798fdf08362b9613bc781ecd921728d.zip
lang/ocaml: fix build on armv6
Same issue as on armv7. MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=566910
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 28f9c368b7c5..3d5f2cec1c6d 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