Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -fno-strict-aliasing workaround for all GCC targets | Dan Nicholson | 2007-11-01 | 1 | -0/+4 |
| | | | | | | | | | | Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details. (cherry picked from commit 01b18abf93c1999397563e75fe1bfbbe0e080ae9) Conflicts: configs/freebsd | ||||
* | fix some FreeBSD issues | Brian | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 1 | -3/+0 |
| | | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. | ||||
* | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | 2006-08-16 | 1 | -1/+2 |
| | | | | _mesa_align_malloc and friends. | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | New 'install' targets in makefile. See bug 2372. | Brian Paul | 2006-06-22 | 1 | -0/+3 |
| | |||||
* | FreeBSD updates (Pedro Giffuni) | Brian Paul | 2006-03-07 | 1 | -6/+15 |
| | |||||
* | Fix libGL build on FreeBSD by respecting ASM_FLAGS. | Eric Anholt | 2005-09-13 | 1 | -1/+2 |
| | | | | Submitted by: Diego Pettenò <[email protected]> | ||||
* | fix APP_LIB_DEPS | Brian Paul | 2005-08-29 | 1 | -2/+1 |
| | |||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -0/+1 |
| | | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | ||||
* | new system configurations | Brian Paul | 2004-03-26 | 1 | -0/+16 |