Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct flag on big endian machines. #64

Merged
merged 1 commit into from
Aug 31, 2018

Commits on Aug 31, 2018

  1. Use correct flag on big endian machines.

    This will fix `tests::sign` test case on mips/mips64. Verified with
    `cross`[1] tool.
    
        cross test --target mips-unknown-linux-gnu
        cross test --target mips64el-unknown-linux-gnuabi64
    
    Unfortunately this fix doesn't make `tests::test_debug_output` test case
    pass, but this is about debug output so its not as critical as this
    patch. See rust-bitcoin#63 for a discussion.
    
    [1]: https://github.com/japaric/rust-cross
    mpapierski committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    3b86de9 View commit details
    Browse the repository at this point in the history