Skip to content

Commit

Permalink
Merge pull request #402 from he32/add-netbsd-ppc
Browse files Browse the repository at this point in the history
slp_platformselect.h: add recognition of NetBSD/powerpc.
  • Loading branch information
jamadden committed Sep 10, 2024
2 parents c85c666 + 8d7115c commit 1efb038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/greenlet/slp_platformselect.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ extern "C" {
# include "platform/switch_ppc64_aix.h" /* gcc on AIX/PowerPC 64-bit */
#elif defined(__GNUC__) && defined(_ARCH_PPC) && defined(_AIX)
# include "platform/switch_ppc_aix.h" /* gcc on AIX/PowerPC */
#elif defined(__GNUC__) && defined(__powerpc__) && defined(__NetBSD__)
#include "platform/switch_ppc_unix.h" /* gcc on NetBSD/powerpc */
#elif defined(__GNUC__) && defined(sparc)
# include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */
#elif defined(__SUNPRO_C) && defined(sparc) && defined(sun)
Expand Down

0 comments on commit 1efb038

Please sign in to comment.