Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If given to a compiler driver instead of directly to ld some of these options need to be prefaced with "-Wl,". However a series of options can be given following a signle single preface, e.g., "-Wl,-soname=foo,--hash-style-=gnu,-zcombreloc".

OptionNeeds -Wl,
-shared 
-fpic or -fPIC 
-e (optional) 
-soname(tick)
--as-needed(tick)
--no-add-needed(tick)
-zcombreloc(tick)
--zmax-page-size=4K(tick)
--hash-style=gnu(tick)
-l: (instead of -l) 

...