Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that _GNU_SOURCE is enabled in the linux configs that set | Ian Romanick | 2006-08-24 | 1 | -1/+2 |
| | | | | | HAVE_POSIX_MEMALIGN. This eliminates a compiler warning. Also, clean up some crufty linux-sparc* configs. | ||||
* | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | 2006-08-16 | 1 | -1/+1 |
| | | | | _mesa_align_malloc and friends. | ||||
* | don't use -Wmissing-prototypes for C++ code | Brian Paul | 2005-10-28 | 1 | -4/+3 |
| | |||||
* | added -Wmissing-prototypes to WARN_FLAGS | Brian Paul | 2005-09-06 | 1 | -1/+1 |
| | |||||
* | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | 2005-07-02 | 1 | -8/+21 |
| | | | | | the length of each config and brings a lot of much needed uniformity to them. | ||||
* | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | 2004-09-13 | 1 | -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 default | Brian Paul | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | new system configurations | Brian Paul | 2004-03-26 | 1 | -0/+22 |