Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Gabor Greif's avatar
    890f4657
    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
    History
    Split SettingsCCompilerFlags into non-link and link portions
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.