summaryrefslogtreecommitdiff
path: root/bin/mklib
AgeCommit message (Expand)AuthorFilesLines
2011-08-26mesa: Remove support for BeOSIan Romanick1-16/+0
2011-06-08darwin: mklib: Make the real file match the idJeremy Huddleston1-8/+3
2011-01-06mesa: fix build for NetBSDPierre Allegraud1-15/+1
2010-09-01Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...Jon TURNEY1-6/+10
2010-09-01Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY1-0/+5
2010-09-01Cygwin: Change mklib not to report the full archname on cygwinJon TURNEY1-2/+2
2010-09-01Cygwin: Have mklib exit with error code if link failsJon TURNEY1-7/+2
2010-03-12mklib: Fix amd64 builds on Solaris when using Sun compilersAlan Coopersmith1-4/+7
2010-02-28Fixed mklib to properly merge static libraries on darwin.Alex Weiss1-2/+10
2010-02-22bin/mklib: Clear CDPATH to avoid damaging expand_archive outputKeith Packard1-0/+4
2010-02-20Cygwin build fix: Fix linkageJon TURNEY1-1/+8
2010-02-18Revert "Make mklib propogate all errors"Dan Nicholson1-8/+0
2010-02-18mklib: remove unused -contents_of_archives(), add commentsBrian Paul1-21/+4
2010-02-18Make mklib propogate all errorsJon TURNEY1-0/+6
2010-02-18mklib: Teach mklib to fail build if link fails on cygwinBrian Paul1-0/+5
2010-01-19mklib: Fix static library generation/installation on SolarisAlan Coopersmith1-1/+1
2010-01-08mklib: Extract archives into temporary directoriesDan Nicholson1-5/+17
2009-12-30mklib: use a wrapper for arBrian Paul1-50/+48
2009-12-24mklib: put usage info into usage() functionBrian Paul1-27/+33
2009-12-24mklib: expand .a into .o files on FreeBSD, put common code into subroutinesBrian Paul1-25/+64
2009-12-20darwin: mklib: Use lipo rather than file to figure out architectures of objec...Jeremy Huddleston1-16/+4
2009-08-04mklib: Ensure target directory exists for libraryDan Nicholson1-0/+1
2009-06-08Cygwin build fixesJon TURNEY1-3/+16
2009-04-30mklib: replace if/expr with caseTormod Volden1-12/+15
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden1-0/+17
2009-03-25mklib improvements for SolarisAlan Coopersmith1-1/+27
2008-10-06mesa: fix static library constructionBrian Paul1-1/+23
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston1-4/+16
2008-07-14mklib: don't version symbols when using --exportsJulien Cristau1-1/+1
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith1-6/+12
2008-04-09Add support for dfbsd to mklib script.Hasso Tepper1-1/+4
2008-02-19Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston1-11/+27
2008-02-07added -altopts to allow overriding all other optsAndy Skinner1-1/+51
2007-12-04Use -Bsymbolic for linking all shared objects.Michel Dänzer1-2/+7
2007-09-28add support for LDFLAGS env varDan Nicholson1-12/+18
2007-06-22Use -pthread instead of -lpthread on FreeBSD.Eric Anholt1-0/+3
2007-05-08special case for -pthread (bug 10876)Brian1-0/+4
2007-03-27simplify .a suffixingBrian1-6/+6
2007-03-27remove static lib before building to make more bulletproofBernardo Innocenti1-0/+1
2006-11-10fix -noprefix option for Solaris (bug 7722)Brian Paul1-4/+11
2006-04-19updates for GNU/Hurd (bug 6657)Brian Paul1-4/+6
2006-04-18assorted AIX, IRIX fixes from Dan SchikoreBrian Paul1-29/+25
2006-04-14Use 'file' command in more places to determine the library ABI (IRIX, SunOS,Brian Paul1-43/+68
2006-04-13remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.Brian Paul1-33/+33
2006-04-13Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modulesBrian Paul1-11/+51
2006-04-05pass -m32 or -m64 to linker for SunOS as needed (bug 6484)Brian Paul1-4/+22
2006-03-30some comments for DarwinBrian Paul1-0/+3
2005-10-22Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt1-1/+2
2005-10-21Darwin version fix (SF bug 1334274)Brian Paul1-1/+1
2005-10-18Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt1-4/+16