summary refs log tree commit diff
path: root/pkgs/applications/science/math/singular/disable-vspace-on-aarch64.patch
blob: 3e51b7fb2cec548d03062c78fc7bd85bca7e5812 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/kernel/mod2.h b/kernel/mod2.h
index 867fcae47..2abd84f23 100644
--- a/kernel/mod2.h
+++ b/kernel/mod2.h
@@ -60,8 +60,10 @@
 
 /* define for parallel processes with shared memory */
 #ifndef __CCYGWIN__
+#ifndef SI_CPU_AARCH64
 #define HAVE_VSPACE 1
 #endif
+#endif
 
 /*#define PROFILING*/
 #ifdef PROFILING