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

configure script assumes embedded platform is not cross-compiled under Cygwin

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 4.7.0
    • 4.6.2
    • Build tools: qmake
    • None
    • 5601e13aa10ad616a3dd9ba263bc14e4c7e39dfb

    Description

      Hi,

      When configure tries to auto-detect the CFG_EMBEDDED setting under Cygwin, it assumes x86:

      CYGWIN*:*)
      CFG_EMBEDDED=x86
      ;;

      I am cross-compiling to a new platform that is PowerPC based under Cygwin, so this assumption is not correct. I think a block should be added around that like the other systems have: "if [ -z "$XPLATFORM" ]; then".

      -Ben

      Attachments

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

        Activity

          People

            albisser Zeno Albisser
            bnason_nf Benbuck Nason
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes