Skip to content

Commit 0ac824f

Browse files
authored
Also #define SPARC in config.h when autodetecting
Fixes #1442
1 parent 114fc0b commit 0ac824f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpuid_sparc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ void get_subdirname(void){
4949
}
5050

5151
void get_cpuconfig(void){
52+
printf("#define SPARC\n");
5253
printf("#define V9\n");
5354
printf("#define DTB_DEFAULT_ENTRIES 32\n");
5455
}

0 commit comments

Comments
 (0)