Skip to content
Snippets Groups Projects
  1. Oct 12, 2015
  2. Oct 11, 2015
    • Sean McGovern's avatar
      build: add Solaris symbol versioning · c1aac39e
      Sean McGovern authored
      
      The versioning facility in the Solaris linker differs from Linux in 3 ways:
      
      1. It does not support globs in linker scripts for
      symbol versioning -- this is a GNU extension.
      
      2. The linker argument is '-M', instead of '--version-script'.
      
      3. It is picky about line endings.
      Each symbol or directive must be on a line of it's own.
      
      Let's use make_sunver.pl from GCC to generate a version script that works
      correctly with the Solaris linker. It's function is to correctly expand the
      globs in the original generated version script.
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  3. Oct 10, 2015
  4. Oct 09, 2015
  5. Oct 08, 2015
  6. Oct 07, 2015
  7. Oct 04, 2015
  8. Oct 03, 2015
  9. Oct 02, 2015
  10. Oct 01, 2015
  11. Sep 30, 2015
Loading