OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-210-g907521f

Gerrit Code Review gerrit@openafs.org
Mon, 4 Oct 2010 09:08:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit 907521feb1b9c7a6c816866a672c7ab84dac6abd
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Oct 4 12:33:24 2010 +0100

    configure: Restore saved CFLAGS
    
    When we test for whether the C compiler can take the
    -fno-strength-reduce flag, we add the flag to CFLAGS to do so.
    However, we were not restoring the old value of this flag when we
    completed the test, and so we were always setting -fno-strength-reduce
    in the userspace compile.
    
    Previously, this was harmless, as we always overwrote CFLAGS, but if
    we're moving to a world where we honour the user's setting of CFLAGS,
    we need to not leak changes in this way.
    
    Change-Id: I029c9fe91132ced34867445afe673761a597ccbe
    Reviewed-on: http://gerrit.openafs.org/2894
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/cf/linux-test5.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository