Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63155

target QT_ARCH is used for host_build configs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.9.3
    • 5.9
    • Device Creation
    • None
    • 81831558b4dfdeb5030d6519f29d9ce122a434ce

    Description

      mkspecs/qconfig.pri contains QT_ARCH and QT_BUILDABI for both host and target builds. In b2qt toolchains, both are always the target arch:

      host_build {
          QT_ARCH = arm
          QT_BUILDABI = arm-little_endian-ilp32-eabi-hardfloat
          QT_TARGET_ARCH = arm
          QT_TARGET_BUILDABI = arm-little_endian-ilp32-eabi-hardfloat
      } else {
          QT_ARCH = arm
          QT_BUILDABI = arm-little_endian-ilp32-eabi-hardfloat
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sapiippo Samuli Piippo
            sapiippo Samuli Piippo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes