Menu

#20 libmdigest: add ARM endian detection when building with MSVC

1.0
closed
nobody
None
2020-05-11
2020-05-08
Excalibur
No

Please add make the following change at the end of line 64:

--- defined(vax) || defined(MIPSEL) || defined(_ARM_)
+++ defined(vax) || defined(MIPSEL) || defined(_ARM_) || defined(_M_ARM)

I'm currently working on ReactOS's ARM port, which uses your library. This will allow us to import into our code base as-is without maintaining a separate path. Thank you.

Discussion

  • Jörg Schilling

    Jörg Schilling - 2020-05-11

    Sorry for missing your report until now, so I'll could not include this in the release from today.

    It will be included in the next release in 2-4 weeks.

     
  • Jörg Schilling

    Jörg Schilling - 2020-05-11
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB