MFH: r566910

lang/ocaml: fix build on armv6

Same issue as on armv7.
This commit is contained in:
Piotr Kubaj 2021-03-01 21:10:04 +00:00
parent a0863c6e84
commit 5b675ec5dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=566911
1 changed files with 1 additions and 0 deletions

View File

@ -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