The following commit has been merged in the master branch:
commit 895d82bae8737677134fc0b5b36104acb4d2b24b
Author: Andrew Deason <[email protected]>
Date:   Thu May 18 13:34:14 2023 -0500

    AIX: Don't specify -qlanglvl=stdc99 for libuafs
    
    Commit beff42414ae (aix-5-update-20041207) added -qlanglvl=stdc99 to
    our CFLAGS for libuafs, apparently to handle __file__ (or __FILE__) in
    afs_osi_pag.c.
    
    The clang-based xlc 17.1 on AIX does not understand this argument,
    which causes an error:
    
          CC  .../src/libuafs/afs_osi_pag.lo
        .ibm-clang: error: unknown argument: '-qlanglvl=stdc99'
    
    afs_osi_pag.c doesn't directly use __FILE__.  Various other files in
    src/afs indirectly reference __FILE__, so this probably is not needed
    at all anymore. Just remove it.
    
    Change-Id: Iae33a80dd96aef94e3be2f97590e40ffa1c6ba29
    Reviewed-on: https://gerrit.openafs.org/15447
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Tested-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>

 src/libuafs/MakefileProto.AIX.in | 3 ---
 1 file changed, 3 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to