Skip to content
  • Duncan Sands's avatar
    On platforms like Sparc64 you need to pass -r to · 8b9524ee
    Duncan Sands authored
    gcc rather than directly to the linker: gcc will
    then modify the linker options it generates (it
    will not use --relax for example, incompatible
    with -r, as it otherwise would).  This fixes the
    sparc build.
    
    llvm-svn: 72943
    8b9524ee
Loading