12 lines
399 B
Diff
12 lines
399 B
Diff
|
--- numpy/core/include/numpy/npy_cpu.h.orig 2010-05-31 06:37:01.000000000 +0000
|
||
|
+++ numpy/core/include/numpy/npy_cpu.h 2010-05-31 06:52:40.000000000 +0000
|
||
|
@@ -42,7 +42,7 @@
|
||
|
#define NPY_CPU_S390
|
||
|
#elif defined(__ia64)
|
||
|
#define NPY_CPU_IA64
|
||
|
-#elif defined(__parisc__)
|
||
|
+#elif defined(__parisc__) || defined(__hppa)
|
||
|
/* XXX: Not sure about this one... */
|
||
|
#define NPY_CPU_PARISC
|
||
|
#else
|