repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* updated firefox (133.0.3 -> 134.0.2)
[t2sde.git]
/
package
/
boot
/
arcload
/
archs.patch
blob
771959b7e5f7293e263e7ae146d8205ad3e97bce
1
--- arcload-0.5/loader/detect.c.orig 2024-06-20 12:45:28.343883227 +0200
2
+++ arcload-0.5/loader/detect.c 2024-06-20 12:46:27.357879800 +0200
3
@@ -16,9 +16,11 @@
4
char *label;
5
} archs[]={
6
{"SGI-IP22", "ip22"},
7
+ {"SGI-IP27", "ip27"},
8
{"SGI-IP28", "ip28"},
9
{"SGI-IP30", "ip30"},
10
{"SGI-IP32", "ip32"},
11
+ {"SGI-IP35", "ip35"},
12
{NULL, NULL}
13
};
14