summaryrefslogtreecommitdiffstats
path: root/configs/linux-x86-64
Commit message (Collapse)AuthorAgeFilesLines
* Simplify makefile boilerplate code.José Fonseca2008-02-191-2/+2
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* 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.
* use ASM_API variable, bug 4415Brian Paul2005-09-121-1/+2
|
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-1/+1
| | | | | | is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer.
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-19/+4
| | | | | 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
|
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-3/+3
|
* 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-5/+3
| | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
* remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul2004-07-201-1/+1
|
* AMD64 changes from Ronny V. Vindenes.Keith Whitwell2004-04-301-3/+3
|
* new system configurationsBrian Paul2004-03-261-0/+30