1. 24 Mar, 2016 1 commit
  2. 11 Oct, 2015 1 commit
    • 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: 's avatarLuca Barbato <lu_zero@gentoo.org>
      c1aac39e
  3. 21 Jul, 2015 1 commit
  4. 19 May, 2014 1 commit
  5. 14 May, 2014 1 commit
  6. 13 May, 2014 1 commit
  7. 16 Feb, 2014 1 commit
  8. 02 Dec, 2013 1 commit
  9. 15 Nov, 2013 1 commit
  10. 03 Oct, 2013 1 commit
  11. 05 Apr, 2013 1 commit
  12. 27 Mar, 2013 1 commit
  13. 19 Feb, 2013 1 commit
  14. 10 Dec, 2012 1 commit
    • Mans Rullgard's avatar
      build: fix 'clean' target · 395c3feb
      Mans Rullgard authored
      This fixes removal of TOOLS as well as HOSTPROGS declared in the
      top-level Makefile.  The clean target in common.mak needs to be
      eval'd since the variables used within are reset for each library.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      395c3feb
  15. 25 Oct, 2012 1 commit
  16. 15 Sep, 2012 1 commit
  17. 29 Aug, 2012 1 commit
  18. 28 Aug, 2012 1 commit
  19. 27 Aug, 2012 1 commit
  20. 07 Aug, 2012 1 commit
    • 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: 's avatarMans Rullgard <mans@mansr.com>
      dfd9159f
  21. 26 Jul, 2012 1 commit
  22. 05 May, 2012 1 commit
  23. 12 Apr, 2012 1 commit
  24. 11 Jul, 2011 1 commit
  25. 10 Jul, 2011 2 commits
  26. 29 Jun, 2011 1 commit
  27. 28 Jun, 2011 1 commit
  28. 23 Jun, 2011 2 commits
  29. 14 Jun, 2011 2 commits
  30. 07 Jun, 2011 1 commit
  31. 06 Jun, 2011 4 commits
  32. 29 May, 2011 1 commit
  33. 31 Mar, 2011 1 commit
  34. 29 Mar, 2011 1 commit