configs/default | 13 +++++++------ configs/linux-cell | 13 +++++++------ src/mesa/Makefile | 3 +++ src/mesa/x86/Makefile | 2 +- 4 files changed, 18 insertions(+), 13 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit dc1abc393206c3eb00e7cca60ce3499c993bc1f6 Author: Ian Romanick <[EMAIL PROTECTED]> Date: Thu Jan 3 15:11:02 2008 -0800 Specify linker instead of letting mklib use gcc This is the final bit required to get Cell builds on x86 working. Without this, mklib tries to link using the x86 gcc instead of ppu32-gcc. commit b3492a2052a8877739ddf430922ed48ae30d84da Author: Ian Romanick <[EMAIL PROTECTED]> Date: Thu Jan 3 15:08:53 2008 -0800 Use HOST_CC for programs that will run on the build host commit ffcb4d84984dde393d914e1a4af5b83488683071 Author: Ian Romanick <[EMAIL PROTECTED]> Date: Thu Jan 3 14:59:14 2008 -0800 Use EXTRA_LIB_PATH with *_LIB_DEPS Make sure EXTRA_LIB_PATH is used with all the LIB_DEPS. Re-order some of the options and tweak the whitespace to make the various LIB_DEPS more readable. This makes building for Cell on x86 a bit easier and doesn't seem to effect other builds. commit eb4a7382dc7ef425d6cb7e176026cc07f6105e1e Author: Ian Romanick <[EMAIL PROTECTED]> Date: Thu Jan 3 14:57:07 2008 -0800 Remove unnecessary paths Removing the paths on certain commands (e.g., ppu32-gcc) and removing -I/usr/include makes it possible to build for Cell on both PowerPC and x86 hosts. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
