Bug: https://github.com/ocaml/ocaml/issues/9800
Gbp-Pq: Name 0008-Disable-DT_TEXTREL-warnings-on-Linux-i386.patch
[power,netbsd], [profiling=true],
[profiling=false])
+# Disable DT_TEXTREL warnings on Linux i386
+# See https://github.com/ocaml/ocaml/issues/9800
+
+AS_CASE([$host],
+ [i?86-*-linux-*],
+ [common_cflags="-Wl,-z,notext $common_cflags"
+ mksharedlib="$mksharedlib -Wl,-z,notext"
+ mkmaindll="$mkmaindll -Wl,-z,notext"],
+ [])
+
# Assembler
AS_CASE([$host],