Skip to content
  • Gabor Greif's avatar
    Split SettingsCCompilerFlags into non-link and link portions · 890f4657
    Gabor Greif authored
    This fixes certain older GCCs which do not accept link options when assembling or compiling:
    
      ppc_85xx-gcc: --hash-size=31: linker input file unused because linking not done
      ppc_85xx-gcc: --reduce-memory-overheads: linker input file unused because linking not done
    
    and diagnose this to stderr.
    890f4657