summaryrefslogtreecommitdiffstats
path: root/bin/mklib
Commit message (Expand)AuthorAgeFilesLines
* mklib: tab cleanup, no functional changeAlexander von Gluck2011-12-271-1/+1
* mklib: Add Haiku build supportAlexander von Gluck2011-12-261-0/+37
* mklib: fix static lib building by filtering out -L, -l optionsWayne E. Robertz2011-11-101-1/+1
* mesa: Remove support for BeOSIan Romanick2011-08-261-16/+0
* darwin: mklib: Make the real file match the idJeremy Huddleston2011-06-081-8/+3
* mesa: fix build for NetBSDPierre Allegraud2011-01-061-15/+1
* Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...Jon TURNEY2010-09-011-6/+10
* Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY2010-09-011-0/+5
* Cygwin: Change mklib not to report the full archname on cygwinJon TURNEY2010-09-011-2/+2
* Cygwin: Have mklib exit with error code if link failsJon TURNEY2010-09-011-7/+2
* mklib: Fix amd64 builds on Solaris when using Sun compilersAlan Coopersmith2010-03-121-4/+7
* Fixed mklib to properly merge static libraries on darwin.Alex Weiss2010-02-281-2/+10
* bin/mklib: Clear CDPATH to avoid damaging expand_archive outputKeith Packard2010-02-221-0/+4
* Cygwin build fix: Fix linkageJon TURNEY2010-02-201-1/+8
* Revert "Make mklib propogate all errors"Dan Nicholson2010-02-181-8/+0
* mklib: remove unused -contents_of_archives(), add commentsBrian Paul2010-02-181-21/+4
* Make mklib propogate all errorsJon TURNEY2010-02-181-0/+6
* mklib: Teach mklib to fail build if link fails on cygwinBrian Paul2010-02-181-0/+5
* mklib: Fix static library generation/installation on SolarisAlan Coopersmith2010-01-191-1/+1
* mklib: Extract archives into temporary directoriesDan Nicholson2010-01-081-5/+17
* mklib: use a wrapper for arBrian Paul2009-12-301-50/+48
* mklib: put usage info into usage() functionBrian Paul2009-12-241-27/+33
* mklib: expand .a into .o files on FreeBSD, put common code into subroutinesBrian Paul2009-12-241-25/+64
* darwin: mklib: Use lipo rather than file to figure out architectures of objec...Jeremy Huddleston2009-12-201-16/+4
* mklib: Ensure target directory exists for libraryDan Nicholson2009-08-041-0/+1
* Cygwin build fixesJon TURNEY2009-06-081-3/+16
* mklib: replace if/expr with caseTormod Volden2009-04-301-12/+15
* mesa: Prepend "-Wl," to linking optionsTormod Volden2009-04-301-0/+17
* mklib improvements for SolarisAlan Coopersmith2009-03-251-1/+27
* mesa: fix static library constructionBrian Paul2008-10-061-1/+23
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-4/+16
* mklib: don't version symbols when using --exportsJulien Cristau2008-07-141-1/+1
* Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-6/+12
* Add support for dfbsd to mklib script.Hasso Tepper2008-04-091-1/+4
* Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston2008-02-191-11/+27
* added -altopts to allow overriding all other optsAndy Skinner2008-02-071-1/+51
* Use -Bsymbolic for linking all shared objects.Michel Dänzer2007-12-041-2/+7
* add support for LDFLAGS env varDan Nicholson2007-09-281-12/+18
* Use -pthread instead of -lpthread on FreeBSD.Eric Anholt2007-06-221-0/+3
* special case for -pthread (bug 10876)Brian2007-05-081-0/+4
* simplify .a suffixingBrian2007-03-271-6/+6
* remove static lib before building to make more bulletproofBernardo Innocenti2007-03-271-0/+1
* fix -noprefix option for Solaris (bug 7722)Brian Paul2006-11-101-4/+11
* updates for GNU/Hurd (bug 6657)Brian Paul2006-04-191-4/+6
* assorted AIX, IRIX fixes from Dan SchikoreBrian Paul2006-04-181-29/+25
* Use 'file' command in more places to determine the library ABI (IRIX, SunOS,Brian Paul2006-04-141-43/+68
* remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.Brian Paul2006-04-131-33/+33
* Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modulesBrian Paul2006-04-131-11/+51
* pass -m32 or -m64 to linker for SunOS as needed (bug 6484)Brian Paul2006-04-051-4/+22
* some comments for DarwinBrian Paul2006-03-301-0/+3