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

Qt compilation tries to use neon instructions on armv6

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 4.7.1, 4.8.0
    • 4.6.2
    • Build System
    • None

    Description

      neon instructions are only available in armv7, not armv6 so configure line 4522 should look like
      if ([ "$CFG_ARCH" = "arm" ] || [ "$CFG_ARCH" = "armv7" ]) && [ "${CFG_NEON}" = "auto" ]; then

      Attachments

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

        Activity

          People

            jolind Jorgen Lind
            david_h David Hemmo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes