| Commit message (Expand) | Author | Age | Files | Lines |
* | mklib: tab cleanup, no functional change | Alexander von Gluck | 2011-12-27 | 1 | -1/+1 |
* | mklib: Add Haiku build support | Alexander von Gluck | 2011-12-26 | 1 | -0/+37 |
* | mklib: fix static lib building by filtering out -L, -l options | Wayne E. Robertz | 2011-11-10 | 1 | -1/+1 |
* | mesa: Remove support for BeOS | Ian Romanick | 2011-08-26 | 1 | -16/+0 |
* | darwin: mklib: Make the real file match the id | Jeremy Huddleston | 2011-06-08 | 1 | -8/+3 |
* | mesa: fix build for NetBSD | Pierre Allegraud | 2011-01-06 | 1 | -15/+1 |
* | Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik... | Jon TURNEY | 2010-09-01 | 1 | -6/+10 |
* | Cygwin: Teach mklib/minstall to properly install libraries on cygwin | Jon TURNEY | 2010-09-01 | 1 | -0/+5 |
* | Cygwin: Change mklib not to report the full archname on cygwin | Jon TURNEY | 2010-09-01 | 1 | -2/+2 |
* | Cygwin: Have mklib exit with error code if link fails | Jon TURNEY | 2010-09-01 | 1 | -7/+2 |
* | mklib: Fix amd64 builds on Solaris when using Sun compilers | Alan Coopersmith | 2010-03-12 | 1 | -4/+7 |
* | Fixed mklib to properly merge static libraries on darwin. | Alex Weiss | 2010-02-28 | 1 | -2/+10 |
* | bin/mklib: Clear CDPATH to avoid damaging expand_archive output | Keith Packard | 2010-02-22 | 1 | -0/+4 |
* | Cygwin build fix: Fix linkage | Jon TURNEY | 2010-02-20 | 1 | -1/+8 |
* | Revert "Make mklib propogate all errors" | Dan Nicholson | 2010-02-18 | 1 | -8/+0 |
* | mklib: remove unused -contents_of_archives(), add comments | Brian Paul | 2010-02-18 | 1 | -21/+4 |
* | Make mklib propogate all errors | Jon TURNEY | 2010-02-18 | 1 | -0/+6 |
* | mklib: Teach mklib to fail build if link fails on cygwin | Brian Paul | 2010-02-18 | 1 | -0/+5 |
* | mklib: Fix static library generation/installation on Solaris | Alan Coopersmith | 2010-01-19 | 1 | -1/+1 |
* | mklib: Extract archives into temporary directories | Dan Nicholson | 2010-01-08 | 1 | -5/+17 |
* | mklib: use a wrapper for ar | Brian Paul | 2009-12-30 | 1 | -50/+48 |
* | mklib: put usage info into usage() function | Brian Paul | 2009-12-24 | 1 | -27/+33 |
* | mklib: expand .a into .o files on FreeBSD, put common code into subroutines | Brian Paul | 2009-12-24 | 1 | -25/+64 |
* | darwin: mklib: Use lipo rather than file to figure out architectures of objec... | Jeremy Huddleston | 2009-12-20 | 1 | -16/+4 |
* | mklib: Ensure target directory exists for library | Dan Nicholson | 2009-08-04 | 1 | -0/+1 |
* | Cygwin build fixes | Jon TURNEY | 2009-06-08 | 1 | -3/+16 |
* | mklib: replace if/expr with case | Tormod Volden | 2009-04-30 | 1 | -12/+15 |
* | mesa: Prepend "-Wl," to linking options | Tormod Volden | 2009-04-30 | 1 | -0/+17 |
* | mklib improvements for Solaris | Alan Coopersmith | 2009-03-25 | 1 | -1/+27 |
* | mesa: fix static library construction | Brian Paul | 2008-10-06 | 1 | -1/+23 |
* | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | 2008-08-11 | 1 | -4/+16 |
* | mklib: don't version symbols when using --exports | Julien Cristau | 2008-07-14 | 1 | -1/+1 |
* | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | 2008-06-21 | 1 | -6/+12 |
* | Add support for dfbsd to mklib script. | Hasso Tepper | 2008-04-09 | 1 | -1/+4 |
* | Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw... | Jeremy Huddleston | 2008-02-19 | 1 | -11/+27 |
* | added -altopts to allow overriding all other opts | Andy Skinner | 2008-02-07 | 1 | -1/+51 |
* | Use -Bsymbolic for linking all shared objects. | Michel Dänzer | 2007-12-04 | 1 | -2/+7 |
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -12/+18 |
* | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt | 2007-06-22 | 1 | -0/+3 |
* | special case for -pthread (bug 10876) | Brian | 2007-05-08 | 1 | -0/+4 |
* | simplify .a suffixing | Brian | 2007-03-27 | 1 | -6/+6 |
* | remove static lib before building to make more bulletproof | Bernardo Innocenti | 2007-03-27 | 1 | -0/+1 |
* | fix -noprefix option for Solaris (bug 7722) | Brian Paul | 2006-11-10 | 1 | -4/+11 |
* | updates for GNU/Hurd (bug 6657) | Brian Paul | 2006-04-19 | 1 | -4/+6 |
* | assorted AIX, IRIX fixes from Dan Schikore | Brian Paul | 2006-04-18 | 1 | -29/+25 |
* | Use 'file' command in more places to determine the library ABI (IRIX, SunOS, | Brian Paul | 2006-04-14 | 1 | -43/+68 |
* | remove the -dlopen option. Always make both kinds of libs for AIX, Darwin. | Brian Paul | 2006-04-13 | 1 | -33/+33 |
* | Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules | Brian Paul | 2006-04-13 | 1 | -11/+51 |
* | pass -m32 or -m64 to linker for SunOS as needed (bug 6484) | Brian Paul | 2006-04-05 | 1 | -4/+22 |
* | some comments for Darwin | Brian Paul | 2006-03-30 | 1 | -0/+3 |