Skip to content
Success

Changes

Summary

  1. Update link options for PowerPC 32 bits Linux (#9572) (commit: a364988) (details)
Commit a364988ba875a4f81e385acf129196ca45ab77b1 by noreply
Update link options for PowerPC 32 bits Linux (#9572)

On PowerPC 32 bits Linux, recent versions of GCC produce "secure PLT"
relocatable code by default, while ocamlopt still generates "BSS PLT"
relocatable code.  This causes a warning at link-time when "BSS PLT"
object files (produced by ocamlopt) are being linked.

This PR makes sure that "-mbss-plt" is added to the OC_LDFLAGS and
MKSHAREDLIB variables on PowerPC 32 bits Linux.
(commit: a364988)
The file was modifiedconfigure.ac (diff)
The file was modifiedconfigure (diff)