configs/linux-alpha-static | 1 + configs/linux-dri-x86 | 3 --- configs/linux-osmesa16-static | 1 + configs/linux-ppc-static | 1 + configs/linux-solo-x86 | 3 --- configs/linux-static | 1 + configs/linux-x86-64-static | 1 + configs/linux-x86-static | 1 + 8 files changed, 6 insertions(+), 6 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit c3b5adaa9a7bdb7e61305c32e4991e3b38dab902 Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Wed Oct 31 10:33:20 2007 -0700 configs: Always use -fPIC for shared libraries, never for static Mesa currently disables -fPIC for DRI on x86, but most Linux distros are re-enabling -fPIC for all DRI arches. Let's just do that here since that's normally what's wanted for shared libraries. Some justification: http://bugs.gentoo.org/show_bug.cgi?id=110840#c9 On the other hand, position-independent code is only necessary when building shared libraries, so disable it for the static cases. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
