Skip to content
Snippets Groups Projects
  1. Dec 07, 2016
  2. Dec 03, 2016
  3. May 29, 2016
  4. May 13, 2016
  5. Mar 24, 2016
  6. 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
  7. Jul 21, 2015
  8. May 19, 2014
  9. May 14, 2014
  10. May 13, 2014
  11. Feb 16, 2014
  12. Dec 02, 2013
  13. Nov 15, 2013
  14. Oct 03, 2013
  15. Apr 05, 2013
  16. Mar 27, 2013
  17. Feb 19, 2013
  18. Dec 10, 2012
  19. Oct 25, 2012
  20. Sep 15, 2012
  21. Aug 29, 2012
  22. Aug 28, 2012
  23. Aug 27, 2012
  24. Aug 07, 2012
    • Mans Rullgard's avatar
      build: change checkheaders to use regular build rules · dfd9159f
      Mans Rullgard authored
      
      Many compilers need special flags to compile *.h files as regular
      source code, if they will do so at all.  Rather than hoping all
      compilers will have such a flag and adding mappings for it, create
      wrapper .c files for test building single headers.
      
      This allows using the regular rule for compiling C files without the
      need for special flags, and it also provides proper dependency tracking
      for these objects.
      
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      dfd9159f
  25. Jul 26, 2012
  26. May 05, 2012
  27. Apr 12, 2012
  28. Jul 11, 2011
  29. Jul 10, 2011
  30. Jun 29, 2011
  31. Jun 28, 2011
  32. Jun 23, 2011
  33. Jun 14, 2011
  34. Jun 07, 2011
  35. Jun 06, 2011
Loading