Skip to content
Snippets Groups Projects
  1. Oct 21, 2015
  2. Oct 19, 2015
  3. Oct 16, 2015
  4. Oct 15, 2015
  5. Oct 14, 2015
  6. Oct 13, 2015
  7. Oct 12, 2015
  8. 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
  9. Oct 10, 2015
  10. Oct 09, 2015
  11. Oct 08, 2015
  12. Oct 07, 2015
Loading