We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e00d0a8 + 69bed96 commit cfbff33Copy full SHA for cfbff33
src/greenlet/slp_platformselect.h
@@ -31,6 +31,8 @@ extern "C" {
31
#include "platform/switch_ppc_unix.h" /* gcc on NetBSD/powerpc */
32
#elif defined(__GNUC__) && defined(sparc)
33
# include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */
34
+#elif defined(__GNUC__) && defined(__sparc__)
35
+# include "platform/switch_sparc_sun_gcc.h" /* NetBSD sparc with gcc */
36
#elif defined(__SUNPRO_C) && defined(sparc) && defined(sun)
37
# include "platform/switch_sparc_sun_gcc.h" /* SunStudio on amd64 */
38
#elif defined(__SUNPRO_C) && defined(__amd64__) && defined(sun)
0 commit comments