Skip to content
  • Ben Gamari's avatar
    configure: Only check GCC version if CC is GCC · 7aa4a061
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Also refactor FP_GCC_EXTRA_FLAGS in a few ways:
    
     * We no longer support compilers which lack support for -fno-builtin
       and -fwrapv so remove the condition on GccVersion
     * These flags are only necessary when using the via-C backend
       so make them conditional on Unregisterised.
    
    Fixes #15742.
    7aa4a061