summaryrefslogtreecommitdiffstats
path: root/configs/linux-osmesa16
Commit message (Collapse)AuthorAgeFilesLines
* Make osdemos linking like other programsDan Nicholson2007-12-071-1/+1
| | | | | | | | | | Most of the programs list their dependencies on the Mesa libraries in their Makefiles. This works with the default configuration where APP_LIB_DEPS only lists external libraries. This changes the linux-osmesa configs and the osdemos Makefile to follow that convention. Some cleanup of the Makefile is also added to refer to the GL libraries through the existing variables rather than hardcoding their names.
* Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson2007-10-311-0/+3
| | | | | | | | | | | | 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.
* 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.
* fix linking bug (bug 7405)Brian Paul2006-07-031-0/+1
|
* new system configurationsBrian Paul2004-03-261-0/+27