summaryrefslogtreecommitdiffstats
path: root/configs/linux
Commit message (Collapse)AuthorAgeFilesLines
* configs: Warn about pointer arithmetic.José Fonseca2009-11-271-4/+4
| | | | It's not portable. Warn to help catching it early.
* config: add -Wdeclaration-after-statement to linux configBrian Paul2009-03-121-1/+2
| | | | Should help to catch Windows build issues earlier.
* Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson2007-10-311-0/+4
| | | | | | | | | | | | Most Linux distros work around aliasing problems in Mesa by compiling with the GCC option -fno-strict-aliasing. Two examples: https://bugs.freedesktop.org/show_bug.cgi?id=6046 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311 This makes -fno-strict-aliasing the default with a comment that developers should consider commenting it out. There is a already a note about these bugs in docs/helpwanted.html.
* Make sure that _GNU_SOURCE is enabled in the linux configs that setIan Romanick2006-08-241-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 implementIan Romanick2006-08-161-1/+1
| | | | _mesa_align_malloc and friends.
* don't use -Wmissing-prototypes for C++ codeBrian Paul2005-10-281-4/+3
|
* added -Wmissing-prototypes to WARN_FLAGSBrian Paul2005-09-061-1/+1
|
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-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 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
|
* new system configurationsBrian Paul2004-03-261-0/+22