summaryrefslogtreecommitdiff
path: root/configs/linux-x86-64
AgeCommit message (Collapse)Author
2008-02-19Simplify makefile boilerplate code.José Fonseca
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2005-09-12use ASM_API variable, bug 4415Brian Paul
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick
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.
2005-07-02Massive refactor of (most of) the Linux config files. This reducesIan Romanick
the length of each config and brings a lot of much needed uniformity to them.
2005-05-16remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGSBrian Paul
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2005-02-14Change another usage of __AMD64__ to the standard __amd64__, and removeEric Anholt
__AMD64__ from the linux configs so it won't creep back in as easily. Fixes hang on FreeBSD on the first lock grab.
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file.
2004-07-20remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul
2004-04-30AMD64 changes from Ronny V. Vindenes.Keith Whitwell
2004-03-26new system configurationsBrian Paul