summaryrefslogtreecommitdiff
path: root/math/openblas/files/patch-cpuid_sparc.c
blob: f9d8239fc0e58e032885eb77664b1d051b584346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- cpuid_sparc.c.orig	2015-10-27 20:44:50 UTC
+++ cpuid_sparc.c
@@ -49,6 +49,7 @@ void get_subdirname(void){
 }
 
 void get_cpuconfig(void){
+  printf("#define SPARC\n");
   printf("#define V9\n");
   printf("#define DTB_DEFAULT_ENTRIES 32\n");
 }