Skip to content

Commit

Permalink
Add SPARCV9 target (#2202)
Browse files Browse the repository at this point in the history
Allow to build rustup on Solaris SPARC.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
  • Loading branch information
psumbera authored Feb 18, 2025
1 parent 28f56fd commit 8a179f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/openssl/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
#define OPENSSL_64_BIT
#define OPENSSL_S390X
#define OPENSSL_BIG_ENDIAN
#elif defined(__sparc__) && defined(_BIG_ENDIAN)
#define OPENSSL_64_BIT
#define OPENSSL_SPARCV9
#define OPENSSL_BIG_ENDIAN
#elif defined(__MIPSEL__) && !defined(__LP64__)
#define OPENSSL_32_BIT
#define OPENSSL_MIPS
Expand Down

0 comments on commit 8a179f7

Please sign in to comment.