aboutsummaryrefslogtreecommitdiffstats
path: root/configs/linux-x86-64-static
Commit message (Collapse)AuthorAgeFilesLines
* configs: Fix linking with static libGL and --as-neededDan Nicholson2007-12-071-1/+2
| | | | | | Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions.
* configs: Always use -fPIC for shared libraries, never for staticDan Nicholson2007-10-311-0/+1
| | | | | | | | | | | Mesa currently disables -fPIC for DRI on x86, but most Linux distros are re-enabling -fPIC for all DRI arches. Let's just do that here since that's normally what's wanted for shared libraries. Some justification: http://bugs.gentoo.org/show_bug.cgi?id=110840#c9 On the other hand, position-independent code is only necessary when building shared libraries, so disable it for the static cases.
* update APP_LIB_DEPS for static library configs (patch 3/3)Dan Nicholson2007-10-291-2/+1
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* more updates (Dan Schikore)Brian Paul2006-04-131-0/+2
|
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-20/+1
| | | | | the length of each config and brings a lot of much needed uniformity to them.
* remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGSBrian Paul2005-05-161-1/+1
|
* Change another usage of __AMD64__ to the standard __amd64__, and removeEric Anholt2005-02-141-2/+2
| | | | | __AMD64__ from the linux configs so it won't creep back in as easily. Fixes hang on FreeBSD on the first lock grab.
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-1/+1
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* AMD64 changes from Ronny V. Vindenes.Keith Whitwell2004-04-301-3/+3
|
* new system configurationsBrian Paul2004-03-261-0/+40