This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
change this synopsis to something that actually works
[perl5.git] / Porting / Glossary
index e42d750..23ffbfe 100644 (file)
@@ -3619,6 +3619,11 @@ ld (dlsrc.U):
        On ELF systems, it should be $cc.  Mostly, we'll try to respect
        the hint file setting.
 
+ld_can_script (dlsrc.U):
+       This variable shows if the loader accepts scripts in the form of
+       -Wl,--version-script=ld.script. This is currently only supported
+       for GNU ld on ELF in dynamic loading builds.
+
 lddlflags (dlsrc.U):
        This variable contains any special flags that might need to be
        passed to $ld to create a shared library suitable for dynamic