Skip to content

Commit

Permalink
Add target support for 32-bit and 64-bit SPARC
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubitz committed May 18, 2024
1 parent 89a93d8 commit 5abad2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ring-core/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
#define OPENSSL_32_BIT
#elif defined(__s390x__)
#define OPENSSL_64_BIT
#elif defined(__sparc__) && defined(__arch64__)
#define OPENSSL_64_BIT
#elif defined(__sparc__)
#define OPENSSL_32_BIT
#else
#error "Unknown target CPU"
#endif
Expand Down

0 comments on commit 5abad2d

Please sign in to comment.