Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-30 | mklib: use a wrapper for ar | Brian Paul | |
2009-12-24 | mklib: put usage info into usage() function | Brian Paul | |
2009-12-24 | mklib: expand .a into .o files on FreeBSD, put common code into subroutines | Brian Paul | |
2009-12-20 | darwin: mklib: Use lipo rather than file to figure out architectures of ↵ | Jeremy Huddleston | |
object files | |||
2009-08-04 | mklib: Ensure target directory exists for library | Dan Nicholson | |
Instead of relying on the Makefile to always generate $(TOP)/$(LIB_DIR), just have mklib handle creating the directory. This should fix any races when using parallel make. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> | |||
2009-06-08 | Cygwin build fixes | Jon TURNEY | |
Fix mklib to deal with NOPREFIX and use --enable-auto-image-base for cygwin Teach configure.ac some basic facts about cygwin Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||
2009-04-30 | mklib: replace if/expr with case | Tormod Volden | |
Saves forking an expr for every object. | |||
2009-04-30 | mesa: Prepend "-Wl," to linking options | Tormod Volden | |
Let mklib ignore -Wl options inside the object list when building static libraries | |||
2009-03-25 | mklib improvements for Solaris | Alan Coopersmith | |
Move flags for linking standard C/C++ libraries from configure.ac to mklib Use -norunpath flag when linking with Sun C++ compiler Convert mklib -exports list into a linker mapfile Set FINAL_LIBS correctly when -noprefix is used Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-10-06 | mesa: fix static library construction | Brian Paul | |
If the .a is made of other .a files, extract the objects from the later. | |||
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | |
2008-07-14 | mklib: don't version symbols when using --exports | Julien Cristau | |
Use the default version instead of one based on the library SONAME in the version script created by --exports. | |||
2008-06-21 | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | |
Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
2008-04-09 | Add support for dfbsd to mklib script. | Hasso Tepper | |
2008-02-19 | Apple: Pulled in changes from Apple's patchset to allow mesa to build on ↵ | Jeremy Huddleston | |
darwin again (cherry picked from commit e70609b7b877dc0d8e67c958c453305e78f831df) | |||
2008-02-07 | added -altopts to allow overriding all other opts | Andy Skinner | |
2007-12-04 | Use -Bsymbolic for linking all shared objects. | Michel Dänzer | |
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10132 . Also remove comment about SONAME, as SONAME only applies to shared libraries. | |||
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson | |
2007-06-22 | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt | |
2007-05-08 | special case for -pthread (bug 10876) | Brian | |
2007-03-27 | simplify .a suffixing | Brian | |
2007-03-27 | remove static lib before building to make more bulletproof | Bernardo Innocenti | |
2006-11-10 | fix -noprefix option for Solaris (bug 7722) | Brian Paul | |
2006-04-19 | updates for GNU/Hurd (bug 6657) | Brian Paul | |
2006-04-18 | assorted AIX, IRIX fixes from Dan Schikore | Brian Paul | |
2006-04-14 | Use 'file' command in more places to determine the library ABI (IRIX, SunOS, | Brian Paul | |
Darwin), removes need to pass in special -archopt flags. Restore the -dlopen flag afterall. | |||
2006-04-13 | remove the -dlopen option. Always make both kinds of libs for AIX, Darwin. | Brian Paul | |
2006-04-13 | Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules | Brian Paul | |
for AIX, Darwin. (Dan Schikore) | |||
2006-04-05 | pass -m32 or -m64 to linker for SunOS as needed (bug 6484) | Brian Paul | |
2006-03-30 | some comments for Darwin | Brian Paul | |
2005-10-22 | Fix FreeBSD build by building libGL in the order desired, and doing a fix to my | Eric Anholt | |
mklib changes. | |||
2005-10-21 | Darwin version fix (SF bug 1334274) | Brian Paul | |
2005-10-18 | Attempt to fix libGL on FreeBSD, where the library was being built without any | Eric Anholt | |
dependencies, breaking builds of third-party software. | |||
2005-09-14 | remove .a file before creating new one | Brian Paul | |
2005-08-08 | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick | |
determines the bits (either 32 or 64) for libraries without the lib prefix. progs/egl/Makefile passes CFLAGS on the link commands so that things like '-m32' get propagated. | |||
2005-08-08 | Since this isn't a bash script, don't use function and instead inline the usage | Eric Anholt | |
into the one place that it's used. | |||
2005-07-25 | Add license/copyright. | Brian Paul | |
Add -h/--help option for usage. Minor clean-ups. | |||
2005-07-25 | Added -linker option to mklib, used to specify a particular program for | Brian Paul | |
linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars. | |||
2005-06-30 | fix Darwin dynamic lib naming | Brian Paul | |
2005-03-03 | if building 32-bit objects in 64-bit environment, use -m32 flag | Brian Paul | |
2004-11-29 | fixed OSF/1 shared lib problem (bug 1065260) | Brian Paul | |
2004-11-01 | merge the AIX and AIX64 cases | Brian Paul | |
2004-10-16 | added initial support for -exports option, Linux/OpenBSD only for now | Brian Paul | |
2004-10-16 | if CXX or CC env vars aren't set, use g++, gcc by default (Linux) | Brian Paul | |
2004-10-01 | Enable builds on AIX 64-bit | Karl Schultz | |
2004-08-14 | indentation fixes | Brian Paul | |
2004-08-14 | Update BeOS mklib to set mimetype and version. | Philippe Houdoin | |
Static lib build support added. | |||
2004-07-01 | added commands for AIX shared libs (Shane Blackett) | Brian Paul | |
2004-06-25 | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | |
the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler. | |||
2004-04-25 | fix HP-UX typo (bug 941576) | Brian Paul | |