Skip to content

Bug 32355: Enable linux-arm target for openssl project

Merge Info

  • Related Issues

  • Backport Timeline

    • Immediate - patchsets for critical bug fixes or other major blocker (e.g. fixes for a 0-day exploit) OR patchsets with trivial changes which do not need testing (e.g. fixes for typos or fixes easily verified in a local developer build)
    • Next Minor Stable Release - patchset that needs to be verified in nightly before backport
    • Eventually - patchset that needs to be verified in alpha before backport
    • No Backport - patchset for the next major stable
  • Issue Tracking

Change Description

Per discussion with @richard on IRC today, we're going to try to get the linux-arm patches merged piece by piece rather than having me rebase the whole thing constantly. This MR covers the openssl project and its dependencies. The resulting openssl executable works on my Asus C201 (modulo a missing libssp shared library, which is distributed outside of the openssl project). I haven't tested targets other than linux-arm, but I would be mildly surprised if this MR breaks anything for x86 targets.

(First time sending an MR since the MR template was added, let me know if I'm screwing anything up.)

Merge request reports