mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Fri May 9 14:06:04 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 Makefile     |    5 +-
 acinclude.m4 |  119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   18 +-------
 3 files changed, 125 insertions(+), 17 deletions(-)
 create mode 100644 acinclude.m4

       via  d368eed9c78aa3ced8540c66bdc4c5e1d4a067b4 (commit)
      from  0dbd5c864047ad2ad3d459493c9e82be57427f83 (commit)


- Commits -----------------------------------------------
commit d368eed9c78aa3ced8540c66bdc4c5e1d4a067b4
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon May 5 18:24:21 2008 -0700

    autoconf: Attempt to figure out the PIC flags for the platform
    
    This commit adds an autoconf macro, MESA_PIC_FLAGS, which sets the
    PIC flags according to platform and static/shared setting. The platform
    specifics are taken straight from libtool.m4 and stripped down to just
    the flags and platforms we cover in Mesa. This should hopefully make it
    possible to use autoconf on non-GCC platforms.
    
    The macro is added external to configure.ac in acinclude.m4 since it's
    pretty bloated.
    
    Note to BSDers: Previously, x86 defaulted to non-PIC on FreeBSD. I
    didn't carry that preference into this macro. Instead, you can just use
    --disable-pic where desired.

---------------------------------




More information about the mesa-commit mailing list