summaryrefslogtreecommitdiff
path: root/bin/mklib
AgeCommit message (Expand)Author
2011-01-06mesa: fix build for NetBSDPierre Allegraud
2010-09-01Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...Jon TURNEY
2010-09-01Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY
2010-09-01Cygwin: Change mklib not to report the full archname on cygwinJon TURNEY
2010-09-01Cygwin: Have mklib exit with error code if link failsJon TURNEY
2010-03-12mklib: Fix amd64 builds on Solaris when using Sun compilersAlan Coopersmith
2010-02-28Fixed mklib to properly merge static libraries on darwin.Alex Weiss
2010-02-22bin/mklib: Clear CDPATH to avoid damaging expand_archive outputKeith Packard
2010-02-20Cygwin build fix: Fix linkageJon TURNEY
2010-02-18Revert "Make mklib propogate all errors"Dan Nicholson
2010-02-18mklib: remove unused -contents_of_archives(), add commentsBrian Paul
2010-02-18Make mklib propogate all errorsJon TURNEY
2010-02-18mklib: Teach mklib to fail build if link fails on cygwinBrian Paul
2010-01-19mklib: Fix static library generation/installation on SolarisAlan Coopersmith
2010-01-08mklib: Extract archives into temporary directoriesDan Nicholson
2009-12-30mklib: use a wrapper for arBrian Paul
2009-12-24mklib: put usage info into usage() functionBrian Paul
2009-12-24mklib: expand .a into .o files on FreeBSD, put common code into subroutinesBrian Paul
2009-12-20darwin: mklib: Use lipo rather than file to figure out architectures of objec...Jeremy Huddleston
2009-08-04mklib: Ensure target directory exists for libraryDan Nicholson
2009-06-08Cygwin build fixesJon TURNEY
2009-04-30mklib: replace if/expr with caseTormod Volden
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden
2009-03-25mklib improvements for SolarisAlan Coopersmith
2008-10-06mesa: fix static library constructionBrian Paul
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston
2008-07-14mklib: don't version symbols when using --exportsJulien Cristau
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
2008-04-09Add support for dfbsd to mklib script.Hasso Tepper
2008-02-19Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston
2008-02-07added -altopts to allow overriding all other optsAndy Skinner
2007-12-04Use -Bsymbolic for linking all shared objects.Michel Dänzer
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-06-22Use -pthread instead of -lpthread on FreeBSD.Eric Anholt
2007-05-08special case for -pthread (bug 10876)Brian
2007-03-27simplify .a suffixingBrian
2007-03-27remove static lib before building to make more bulletproofBernardo Innocenti
2006-11-10fix -noprefix option for Solaris (bug 7722)Brian Paul
2006-04-19updates for GNU/Hurd (bug 6657)Brian Paul
2006-04-18assorted AIX, IRIX fixes from Dan SchikoreBrian Paul
2006-04-14Use 'file' command in more places to determine the library ABI (IRIX, SunOS,Brian Paul
2006-04-13remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.Brian Paul
2006-04-13Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modulesBrian Paul
2006-04-05pass -m32 or -m64 to linker for SunOS as needed (bug 6484)Brian Paul
2006-03-30some comments for DarwinBrian Paul
2005-10-22Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt
2005-10-21Darwin version fix (SF bug 1334274)Brian Paul
2005-10-18Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt
2005-09-14remove .a file before creating new oneBrian Paul
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick