* updated firefox (133.0.3 -> 134.0.2)
[t2sde.git] / package / boot / arcload / archs.patch
blob771959b7e5f7293e263e7ae146d8205ad3e97bce
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}