summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid_sparc.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/openblas/files/patch-cpuid_sparc.c')
-rw-r--r--math/openblas/files/patch-cpuid_sparc.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/openblas/files/patch-cpuid_sparc.c b/math/openblas/files/patch-cpuid_sparc.c
new file mode 100644
index 000000000000..3c597dffec6b
--- /dev/null
+++ b/math/openblas/files/patch-cpuid_sparc.c
@@ -0,0 +1,10 @@
+--- cpuid_sparc.c.orig 2012-02-05 16:29:26.000000000 +0900
++++ cpuid_sparc.c 2012-02-05 16:29:45.000000000 +0900
+@@ -49,6 +49,7 @@
+ }
+
+ void get_cpuconfig(void){
++ printf("#define SPARC\n");
+ printf("#define V9\n");
+ printf("#define DTB_DEFAULT_ENTRIES 32\n");
+ }