OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-455-g54150f3

Gerrit Code Review gerrit@openafs.org
Fri, 6 Sep 2019 12:35:41 -0400


The following commit has been merged in the master branch:
commit 54150f381de34d2a0c85ab15cf25801effd0c154
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Aug 9 22:36:17 2019 -0500

    LINUX: Check for -Wno-error=frame-larger-than=
    
    Commit cc7f942a (LINUX: Disable kernel fortuna large frame errors)
    added -Wno-error=frame-larger-than= to the CFLAGS for a file, but
    older gcc (like 4.3.4 from SLES 11.x) does not support this flag,
    causing a compiler error.
    
    To avoid this, add a configure check for
    -Wno-error=frame-larger-than=, and only use it if the compiler
    supports it.
    
    Thanks to mvitale@sinenomine.net for discovering the error.
    
    Change-Id: I5486d2d4711f2c301be1cb79f0aaad69a22e9d3a
    Reviewed-on: https://gerrit.openafs.org/13762
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: Benjamin Kaduk <kaduk@mit.edu>

 src/cf/linux-checks.m4            |    2 ++
 src/cf/linux-test5.m4             |   21 +++++++++++++++++++++
 src/libafs/MakefileProto.LINUX.in |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository