summaryrefslogtreecommitdiffstats
path: root/configs/linux-x86
Commit message (Collapse)AuthorAgeFilesLines
* Add -msse and -msse2 to the *-x86 configs.José Fonseca2008-10-011-0/+2
|
* 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.
* use ASM_API variable, bug 4415Brian Paul2005-09-121-1/+2
|
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-35/+1
| | | | | the length of each config and brings a lot of much needed uniformity to them.
* Make linux-x86 more like the other linux configs.Ian Romanick2005-07-021-6/+24
|
* 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
|
* Don't include glapi_*.S files in DRI / solo builds.Ian Romanick2004-06-221-1/+1
|
* new system configurationsBrian Paul2004-03-261-0/+26