Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3484

Toolchain linkers should be used

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • Impala 2.6.0
    • None
    • Infrastructure
    • None

    Description

      When the toolchain is present, the linker from it's binutils should be used:

      in be/CMakeLists.txt:

        if (IMPALA_TOOLCHAIN)
          FILE(GLOB BINUTILS_BIN "$ENV{IMPALA_TOOLCHAIN}/binutils*/bin/")
          SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -B ${BINUTILS_BIN}/")
        endif()
      

      Attachments

        Issue Links

          Activity

            People

              jbapple Jim Apple
              jbapple Jim Apple
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: