aarch64 CRC32C support fails to compile on non-linux ARM platforms

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • WT2.9.3, 3.5.9
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage 2017-04-17
    • None

      The aarch64 hardware CRC32C support in src/third_party/wiredtiger/src/checksum/arm64/crc32-arm64.c relies on using HWCAP getauxval. These are linux specific APIs. If this file is built on a non-linux ARM based system (some Darwin variants), the file fails to compile.

      Either the support should be conditioned on being linux only, or it should be extended to work on these Darwin variants.

            Assignee:
            Keith Bostic (Inactive)
            Reporter:
            Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: