summaryrefslogtreecommitdiff
path: root/bin/mklib
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-14remove .a file before creating new oneBrian Paul1-4/+3
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick1-0/+9
2005-08-08Since this isn't a bash script, don't use function and instead inline the usageEric Anholt1-26/+20
2005-07-25Add license/copyright.Brian Paul1-44/+110
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul1-61/+39
2005-06-30fix Darwin dynamic lib namingBrian Paul1-1/+1
2005-03-03if building 32-bit objects in 64-bit environment, use -m32 flagBrian Paul1-0/+9
2004-11-29fixed OSF/1 shared lib problem (bug 1065260)Brian Paul1-1/+6
2004-11-01merge the AIX and AIX64 casesBrian Paul1-39/+13
2004-10-16added initial support for -exports option, Linux/OpenBSD only for nowBrian Paul1-1/+18
2004-10-16if CXX or CC env vars aren't set, use g++, gcc by default (Linux)Brian Paul1-0/+8
2004-10-01Enable builds on AIX 64-bitKarl Schultz1-1/+24
2004-08-14indentation fixesBrian Paul1-7/+7
2004-08-14Update BeOS mklib to set mimetype and version.Philippe Houdoin1-4/+12
2004-07-01added commands for AIX shared libs (Shane Blackett)Brian Paul1-1/+24
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick1-4/+4
2004-04-25fix HP-UX typo (bug 941576)Brian Paul1-1/+1
2004-04-22added CYGWIN supportBrian Paul1-0/+40
2004-04-13minor tweak for DarwinBrian Paul1-1/+1
2004-04-08added -noprefix option for making DRI driversBrian Paul1-4/+31
2004-03-30merge from 6.0.1 branchBrian Paul1-2/+2
2004-03-25more Darwin tweaksBrian Paul1-1/+6
2004-03-23tweaks to Darwin codeBrian Paul1-8/+2
2004-03-18assorted updates and new AIX support (Dan Schikore)Brian Paul1-22/+47
2004-02-26fix library naming glitches (bug 904867)Brian Paul1-1/+1
2004-02-21some minor tweaksBrian Paul1-5/+10