summaryrefslogtreecommitdiffstats
path: root/bin/mklib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt2005-10-221-1/+2
* Darwin version fix (SF bug 1334274)Brian Paul2005-10-211-1/+1
* Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt2005-10-181-4/+16
* remove .a file before creating new oneBrian Paul2005-09-141-4/+3
* Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick2005-08-081-0/+9
* Since this isn't a bash script, don't use function and instead inline the usageEric Anholt2005-08-081-26/+20
* Add license/copyright.Brian Paul2005-07-251-44/+110
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-61/+39
* fix Darwin dynamic lib namingBrian Paul2005-06-301-1/+1
* if building 32-bit objects in 64-bit environment, use -m32 flagBrian Paul2005-03-031-0/+9
* fixed OSF/1 shared lib problem (bug 1065260)Brian Paul2004-11-291-1/+6
* merge the AIX and AIX64 casesBrian Paul2004-11-011-39/+13
* added initial support for -exports option, Linux/OpenBSD only for nowBrian Paul2004-10-161-1/+18
* if CXX or CC env vars aren't set, use g++, gcc by default (Linux)Brian Paul2004-10-161-0/+8
* Enable builds on AIX 64-bitKarl Schultz2004-10-011-1/+24
* indentation fixesBrian Paul2004-08-141-7/+7
* Update BeOS mklib to set mimetype and version.Philippe Houdoin2004-08-141-4/+12
* added commands for AIX shared libs (Shane Blackett)Brian Paul2004-07-011-1/+24
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-251-4/+4
* fix HP-UX typo (bug 941576)Brian Paul2004-04-251-1/+1
* added CYGWIN supportBrian Paul2004-04-221-0/+40
* minor tweak for DarwinBrian Paul2004-04-131-1/+1
* added -noprefix option for making DRI driversBrian Paul2004-04-081-4/+31
* merge from 6.0.1 branchBrian Paul2004-03-301-2/+2