File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1116,7 +1116,7 @@ int main(int argc, char *argv[]){
1116
1116
#ifdef FORCE
1117
1117
printf ("CORE=%s\n" , CORENAME );
1118
1118
#else
1119
- #if defined(INTEL_AMD ) || defined(POWER ) || defined(__mips__ ) || defined(__arm__ ) || defined(__aarch64__ ) || defined(ZARCH )
1119
+ #if defined(INTEL_AMD ) || defined(POWER ) || defined(__mips__ ) || defined(__arm__ ) || defined(__aarch64__ ) || defined(ZARCH ) || defined( sparc )
1120
1120
printf ("CORE=%s\n" , get_corename ());
1121
1121
#endif
1122
1122
#endif
@@ -1224,7 +1224,7 @@ int main(int argc, char *argv[]){
1224
1224
#ifdef FORCE
1225
1225
printf ("#define CHAR_CORENAME \"%s\"\n" , CORENAME );
1226
1226
#else
1227
- #if defined(INTEL_AMD ) || defined(POWER ) || defined(__mips__ ) || defined(__arm__ ) || defined(__aarch64__ ) || defined(ZARCH )
1227
+ #if defined(INTEL_AMD ) || defined(POWER ) || defined(__mips__ ) || defined(__arm__ ) || defined(__aarch64__ ) || defined(ZARCH ) || defined( sparc )
1228
1228
printf ("#define CHAR_CORENAME \"%s\"\n" , get_corename ());
1229
1229
#endif
1230
1230
#endif
You can’t perform that action at this time.
0 commit comments